Home
last modified time | relevance | path

Searched refs:SLEEPTIME (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/samples/sensor/bmg160/src/
Dmain.c18 #define SLEEPTIME 300 macro
66 k_msleep(SLEEPTIME); in test_polling_mode()
68 remaining_test_time -= SLEEPTIME; in test_polling_mode()
128 k_msleep(SLEEPTIME); in test_trigger_mode()
129 remaining_test_time -= SLEEPTIME; in test_trigger_mode()
161 k_msleep(SLEEPTIME); in test_trigger_mode()
162 remaining_test_time -= SLEEPTIME; in test_trigger_mode()
/Zephyr-Core-3.5.0/samples/cpp/cpp_synchronization/src/
Dmain.cpp37 #define SLEEPTIME 500 macro
127 k_timer_start(&timer, K_MSEC(SLEEPTIME), K_NO_WAIT); in coop_thread_entry()
147 k_timer_start(&timer, K_MSEC(SLEEPTIME), K_NO_WAIT); in main()
/Zephyr-Core-3.5.0/samples/boards/arc_secure_services/src/
Dmain.c20 #define SLEEPTIME 1000 macro
57 k_msleep(SLEEPTIME); in main()
/Zephyr-Core-3.5.0/samples/sensor/vcnl4040/src/
Dmain.c18 #define SLEEPTIME 300 macro
59 k_sleep(K_MSEC(SLEEPTIME)); in test_polling_mode()
61 remaining_test_time -= SLEEPTIME; in test_polling_mode()
/Zephyr-Core-3.5.0/samples/drivers/misc/ft800/src/
Dmain.c18 #define SLEEPTIME 100 macro
94 k_msleep(SLEEPTIME); in main()
/Zephyr-Core-3.5.0/samples/sensor/wsen_itds/src/
Dmain.c18 #define SLEEPTIME 300 macro
62 k_sleep(K_MSEC(SLEEPTIME)); in test_polling_mode()
64 remaining_test_time -= SLEEPTIME; in test_polling_mode()
/Zephyr-Core-3.5.0/tests/misc/test_build/src/
Dmain.c27 #define SLEEPTIME 500 macro
46 k_msleep(SLEEPTIME); in helloLoop()
/Zephyr-Core-3.5.0/samples/drivers/led_apa102c_bitbang/src/
Dmain.c26 #define SLEEPTIME K_MSEC(250) macro
108 k_sleep(SLEEPTIME); in main()
/Zephyr-Core-3.5.0/samples/subsys/tracing/src/
Dmain.c28 #define SLEEPTIME 500 macro
56 k_msleep(SLEEPTIME); in helloLoop()
/Zephyr-Core-3.5.0/samples/drivers/misc/grove_display/src/
Dmain.c21 #define SLEEPTIME 100 macro
124 k_msleep(SLEEPTIME); in main()
/Zephyr-Core-3.5.0/samples/synchronization/src/
Dmain.c28 #define SLEEPTIME 500 macro
65 k_msleep(SLEEPTIME); in helloLoop()
/Zephyr-Core-3.5.0/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c32 #define SLEEPTIME 250 macro
162 k_sleep(K_MSEC(SLEEPTIME)); in test_loop()
283 k_sleep(K_MSEC(SLEEPTIME)); in test_loop_suspend_resume()
305 k_sleep(K_MSEC(SLEEPTIME)); in test_loop_suspend_resume()
444 k_sleep(K_MSEC(SLEEPTIME)); in test_loop_repeated_start_stop()