Embedded SDK
Embedded SDK
|
struct to configure a screen layer More...
#include <nbgl_screen.h>
Public Attributes | |
nbgl_tickerCallback_t | tickerCallback |
callback called when ticker timer is fired. Set to NULL for no ticker More... | |
uint32_t | tickerValue |
uint32_t | tickerIntervale |
struct to configure a screen layer
Definition at line 38 of file nbgl_screen.h.
nbgl_tickerCallback_t nbgl_screenTickerConfiguration_s::tickerCallback |
callback called when ticker timer is fired. Set to NULL for no ticker
Definition at line 40 of file nbgl_screen.h.
uint32_t nbgl_screenTickerConfiguration_s::tickerIntervale |
for periodic timers, the intervale in ms to rearm the timer (should be multiple of 100 ms). Set to 0 for one-shot timers
Definition at line 43 of file nbgl_screen.h.
uint32_t nbgl_screenTickerConfiguration_s::tickerValue |
timer initial value, in ms (should be multiple of 100 ms). Set to 0 for no ticker
Definition at line 41 of file nbgl_screen.h.