Embedded SDK
Embedded SDK
|
Public Attributes | |
listItemType_t | type |
const nbgl_icon_details_t * | iconLeft |
const nbgl_icon_details_t * | iconRight |
const char * | text |
const char * | subText |
uint8_t | token |
nbgl_state_t | state |
bool | large |
Definition at line 104 of file nbgl_layout.c.
const nbgl_icon_details_t* listItem_t::iconLeft |
Definition at line 106 of file nbgl_layout.c.
const nbgl_icon_details_t* listItem_t::iconRight |
Definition at line 108 of file nbgl_layout.c.
bool listItem_t::large |
Definition at line 114 of file nbgl_layout.c.
nbgl_state_t listItem_t::state |
Definition at line 113 of file nbgl_layout.c.
const char* listItem_t::subText |
Definition at line 111 of file nbgl_layout.c.
const char* listItem_t::text |
Definition at line 110 of file nbgl_layout.c.
uint8_t listItem_t::token |
Definition at line 112 of file nbgl_layout.c.
listItemType_t listItem_t::type |
Definition at line 105 of file nbgl_layout.c.