Embedded SDK
Embedded SDK
Functions | Variables
main.c File Reference
#include <stdint.h>
#include <string.h>
#include "os.h"
#include "io.h"
#include "ledger_assert.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

WEAK void __attribute__ ((noreturn))
 
WEAK void common_app_init (void)
 
WEAK void standalone_app_main (void)
 
WEAK __attribute__ ((section(".boot")))
 

Variables

ux_state_t G_ux
 
bolos_ux_params_t G_ux_params
 

Function Documentation

◆ __attribute__() [1/2]

WEAK void __attribute__ ( (noreturn)  )

Exit the application and go back to the dashboard.

Definition at line 38 of file main.c.

◆ __attribute__() [2/2]

WEAK __attribute__ ( (section(".boot"))  )

Definition at line 155 of file main.c.

◆ common_app_init()

WEAK void common_app_init ( void  )

Definition at line 43 of file main.c.

◆ standalone_app_main()

WEAK void standalone_app_main ( void  )

Definition at line 58 of file main.c.

Variable Documentation

◆ G_ux

ux_state_t G_ux

Definition at line 32 of file main.c.

◆ G_ux_params

bolos_ux_params_t G_ux_params

Definition at line 33 of file main.c.