Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/arm/aspeed/
Daspeed_util.h32 #define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms) \ argument
46 if (sleep_ms) { \
47 k_msleep(sleep_ms); \
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c54 #define TEST_CALIBRATION(exp_cal, exp_skip, sleep_ms) \ argument
55 test_calibration(exp_cal, exp_skip, sleep_ms, __LINE__)
61 uint32_t sleep_ms, uint32_t line) in test_calibration() argument
69 k_sleep(K_MSEC(sleep_ms)); in test_calibration()
/Zephyr-Core-3.5.0/tests/boards/espressif_esp32/cache_coex/src/
Dcache_coex.c184 uint32_t sleep_ms = 10; in psram_test() local
190 k_msleep(sleep_ms); in psram_test()
221 uint32_t sleep_ms = 15; in flash_test() local
232 k_msleep(sleep_ms); in flash_test()
/Zephyr-Core-3.5.0/samples/basic/threads/src/
Dmain.c54 void blink(const struct led *led, uint32_t sleep_ms, uint32_t id) in blink() argument
85 k_msleep(sleep_ms); in blink()
/Zephyr-Core-3.5.0/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_and_lock.c25 int sleep_ms = POINTER_TO_INT(p2); in thread_entry() local
27 if (sleep_ms > 0) { in thread_entry()
28 k_msleep(sleep_ms); in thread_entry()