Embedded SDK
Embedded SDK
|
Internal functions/constants of NBGL layout layer. More...
#include "nbgl_layout.h"
Go to the source code of this file.
Classes | |
struct | nbgl_layoutInternal_s |
Structure containing all information about the current layout. More... | |
Macros | |
#define | LAYOUT_OBJ_POOL_LEN 10 |
Max number of complex objects with callback retrievable from pool. More... | |
Typedefs | |
typedef struct nbgl_layoutInternal_s | nbgl_layoutInternal_t |
Structure containing all information about the current layout. More... | |
Functions | |
void | layoutAddObject (nbgl_layoutInternal_t *layout, nbgl_obj_t *obj) |
adds the given obj to the main container More... | |
Internal functions/constants of NBGL layout layer.
Definition in file nbgl_layout_internal_nanos.h.
#define LAYOUT_OBJ_POOL_LEN 10 |
Max number of complex objects with callback retrievable from pool.
Definition at line 27 of file nbgl_layout_internal_nanos.h.
typedef struct nbgl_layoutInternal_s nbgl_layoutInternal_t |
Structure containing all information about the current layout.
void layoutAddObject | ( | nbgl_layoutInternal_t * | layout, |
nbgl_obj_t * | obj | ||
) |
adds the given obj to the main container
layout | |
obj |
Definition at line 519 of file nbgl_layout.c.