Searched refs:sleep_ms (Results 1 – 1 of 1) sorted by relevance
126 uint32_t sleep_ms; in lv_nuttx_uv_timer_cb() local128 sleep_ms = lv_timer_handler(); in lv_nuttx_uv_timer_cb()130 if(sleep_ms == LV_NO_TIMER_READY) { in lv_nuttx_uv_timer_cb()137 if(sleep_ms == 0) { in lv_nuttx_uv_timer_cb()138 sleep_ms = 1; in lv_nuttx_uv_timer_cb()141 LV_LOG_TRACE("sleep_ms = %" LV_PRIu32, sleep_ms); in lv_nuttx_uv_timer_cb()142 uv_timer_start(handle, lv_nuttx_uv_timer_cb, sleep_ms, 0); in lv_nuttx_uv_timer_cb()