Home
last modified time | relevance | path

Searched refs:nuttx_ctx_p (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_entry.c29 #define nuttx_ctx_p (LV_GLOBAL_DEFAULT()->nuttx_ctx) macro
113 nuttx_ctx_p = lv_malloc_zeroed(sizeof(lv_nuttx_ctx_t)); in lv_nuttx_init()
114 LV_ASSERT_MALLOC(nuttx_ctx_p); in lv_nuttx_init()
237 if(nuttx_ctx_p) { in lv_nuttx_deinit()
241 lv_free(nuttx_ctx_p); in lv_nuttx_deinit()
242 nuttx_ctx_p = NULL; in lv_nuttx_deinit()