Home
last modified time | relevance | path

Searched defs:sleep_ms (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/modules/lvgl/demos/src/
Dmain.c70 uint32_t sleep_ms = lv_timer_handler(); in main() local
/Zephyr-latest/samples/modules/lvgl/screen_transparency/src/
Dmain.c66 uint32_t sleep_ms = lv_timer_handler(); in main() local
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c54 #define TEST_CALIBRATION(exp_cal, exp_skip, sleep_ms) \ argument
61 uint32_t sleep_ms, uint32_t line) in test_calibration()
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/src/
Dmain.c92 uint32_t sleep_ms = lv_timer_handler(); in main() local
/Zephyr-latest/soc/aspeed/
Daspeed_util.h32 #define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms) \ argument
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c185 uint32_t sleep_ms = 10; in psram_test() local
222 uint32_t sleep_ms = 15; in flash_test() local
/Zephyr-latest/samples/basic/threads/src/
Dmain.c54 void blink(const struct led *led, uint32_t sleep_ms, uint32_t id) in blink()
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_and_lock.c25 int sleep_ms = POINTER_TO_INT(p2); in thread_entry() local