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 92 of file nbgl_layout.c.
const nbgl_icon_details_t* listItem_t::iconLeft |
Definition at line 94 of file nbgl_layout.c.
const nbgl_icon_details_t* listItem_t::iconRight |
Definition at line 96 of file nbgl_layout.c.
bool listItem_t::large |
Definition at line 102 of file nbgl_layout.c.
nbgl_state_t listItem_t::state |
Definition at line 101 of file nbgl_layout.c.
const char* listItem_t::subText |
Definition at line 99 of file nbgl_layout.c.
const char* listItem_t::text |
Definition at line 98 of file nbgl_layout.c.
uint8_t listItem_t::token |
Definition at line 100 of file nbgl_layout.c.
listItemType_t listItem_t::type |
Definition at line 93 of file nbgl_layout.c.