Embedded SDK
Embedded SDK
|
Flow construction API of NBGL. More...
Go to the source code of this file.
Classes | |
struct | nbgl_stepDesc_s |
Structure containing all specific information when creating a NBGL step. More... | |
Typedefs | |
typedef void * | nbgl_flow_t |
type shared externally More... | |
typedef void(* | nbgl_stepCallback_t) (void) |
prototype of function to be called when a step is using a callback on "double-key" action More... | |
typedef struct nbgl_stepDesc_s | nbgl_stepDesc_t |
Structure containing all specific information when creating a NBGL step. More... | |
typedef nbgl_stepDesc_t | nbgl_pageContent_t |
Functions | |
nbgl_flow_t | nbgl_flowDraw (const nbgl_stepDesc_t *steps, uint8_t nbSteps, uint8_t initStep, bool loop, bool modal) |
void | nbgl_flowRelease (nbgl_flow_t flow) |
Flow construction API of NBGL.
Definition in file nbgl_flow.h.
typedef void* nbgl_flow_t |
type shared externally
Definition at line 33 of file nbgl_flow.h.
typedef nbgl_stepDesc_t nbgl_pageContent_t |
Definition at line 54 of file nbgl_flow.h.
typedef void(* nbgl_stepCallback_t) (void) |
prototype of function to be called when a step is using a callback on "double-key" action
Definition at line 38 of file nbgl_flow.h.
typedef struct nbgl_stepDesc_s nbgl_stepDesc_t |
Structure containing all specific information when creating a NBGL step.
nbgl_flow_t nbgl_flowDraw | ( | const nbgl_stepDesc_t * | steps, |
uint8_t | nbSteps, | ||
uint8_t | initStep, | ||
bool | loop, | ||
bool | modal | ||
) |
void nbgl_flowRelease | ( | nbgl_flow_t | flow | ) |