Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_libuv.c31 uv_poll_t vsync_poll; member
252 fb_ctx->vsync_poll.data = uv_ctx; in lv_nuttx_uv_fb_init()
253 uv_poll_init(loop, &fb_ctx->vsync_poll, fb_ctx->fd); in lv_nuttx_uv_fb_init()
255 uv_poll_start(&fb_ctx->vsync_poll, UV_PRIORITIZED, lv_nuttx_uv_vsync_poll_cb); in lv_nuttx_uv_fb_init()
272 uv_close((uv_handle_t *)&fb_ctx->vsync_poll, lv_nuttx_uv_deinit_cb); in lv_nuttx_uv_fb_deinit()