lv_nuttx_libuv.h
API reference for lv_nuttx_libuv.h
Summary
Functions
lv_nuttx_uv_init
Initialize the uv_loop using the provided configuration information.
void * lv_nuttx_uv_init(lv_nuttx_uv_t *uv_info)| Name | Type | Description |
|---|---|---|
uv_info | lv_nuttx_uv_t * | Pointer to the lv_nuttx_uv_t structure to be initialized. |
lv_nuttx_uv_deinit
Deinitialize the uv_loop configuration for NuttX porting layer.
void lv_nuttx_uv_deinit(void **data)| Name | Type | Description |
|---|---|---|
data | void ** | Pointer to user data. |
Structs
struct
lv_nuttx_uv_t
| Member | Type | Description |
|---|---|---|
loop | void * | |
disp | lv_display_t * | |
indev | lv_indev_t * |
Used by 1 function
lv_nuttx_uv_init— paramuv_info
Dependencies
How is this guide?
Last updated on