Searched refs:lv_nuttx_uv_timer_cb (Results 1 – 1 of 1) sorted by relevance
51 static void lv_nuttx_uv_timer_cb(uv_timer_t * handle);124 static void lv_nuttx_uv_timer_cb(uv_timer_t * handle) in lv_nuttx_uv_timer_cb() function142 uv_timer_start(handle, lv_nuttx_uv_timer_cb, sleep_ms, 0); in lv_nuttx_uv_timer_cb()149 uv_timer_start(timer, lv_nuttx_uv_timer_cb, 0, 0); in lv_nuttx_uv_timer_resume()162 uv_timer_start(&uv_ctx->uv_timer, lv_nuttx_uv_timer_cb, 1, 1); in lv_nuttx_uv_timer_init()