Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.h307 void lv_demo_smartwatch_set_default_timeout(uint8_t timeout);
Dlv_demo_smartwatch_settings.c299 void lv_demo_smartwatch_set_default_timeout(uint8_t timeout) in lv_demo_smartwatch_set_default_timeout() argument
301 lv_dropdown_set_selected(timeout_dropdown, timeout, LV_ANIM_OFF); in lv_demo_smartwatch_set_default_timeout()
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c77 static const int timeout = 100; // ms variable
315 rc = poll(dsc->fds, nfds, timeout); in _poll_thread()
/lvgl-latest/tests/
DCMakeLists.txt499 COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure --timeout 300