lv_nuttx_libuv.h

API reference for lv_nuttx_libuv.h

Report on GitHub

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)
Parameters
NameTypeDescription
uv_infolv_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)
Parameters
NameTypeDescription
datavoid **Pointer to user data.

Structs

struct

lv_nuttx_uv_t

MemberTypeDescription
loopvoid *
displv_display_t *
indevlv_indev_t *
Used by 1 function
  • lv_nuttx_uv_init — param uv_info

Dependencies

How is this guide?

Last updated on

On this page