Searched refs:nuttx_ctx_p (Results 1 – 1 of 1) sorted by relevance
29 #define nuttx_ctx_p (LV_GLOBAL_DEFAULT()->nuttx_ctx) macro113 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()