|
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... | |
| struct | nbgl_pageContent_s |
| This structure contains data to build a page in multi-pages mode (nbgl_pageDrawGenericContent) More... | |
Typedefs | |
| typedef void * | nbgl_flow_t |
| type shared externally | |
| typedef void(* | nbgl_stepCallback_t) (void) |
| prototype of function to be called when a step is using a callback on "double-key" action | |
| typedef struct nbgl_stepDesc_s | nbgl_stepDesc_t |
| Structure containing all specific information when creating a NBGL step. | |
| typedef struct nbgl_pageContent_s | nbgl_pageContent_t |
| This structure contains data to build a page in multi-pages mode (nbgl_pageDrawGenericContent) | |
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 struct nbgl_pageContent_s nbgl_pageContent_t |
This structure contains data to build a page in multi-pages mode (nbgl_pageDrawGenericContent)
| 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 | ) |