Searched refs:SLEEP_TIME_MS (Results 1 – 13 of 13) sorted by relevance
16 #define SLEEP_TIME_MS (DT_PROP(DT_NODELABEL(stm32_lp_tick_source), st_timeout) * 1000) macro18 #define SLEEP_TIME_MS 2000 macro47 k_msleep(SLEEP_TIME_MS); in main()
21 #define SLEEP_TIME_MS (20) macro22 #define CNT_PER_SEC (1000 / SLEEP_TIME_MS)56 k_msleep(SLEEP_TIME_MS); in main()
12 #define SLEEP_TIME_MS 1000 macro45 k_msleep(SLEEP_TIME_MS); in main()
12 #define SLEEP_TIME_MS 1000 macro53 k_msleep(SLEEP_TIME_MS); in main()
15 #define SLEEP_TIME_MS 2000 macro54 k_msleep(SLEEP_TIME_MS); in main()
13 #define SLEEP_TIME_MS 1000 macro62 k_msleep(SLEEP_TIME_MS); in main()
21 #define SLEEP_TIME_MS (20) macro22 #define CNT_PER_SEC (1000 / SLEEP_TIME_MS)102 k_msleep(SLEEP_TIME_MS); in main()
13 #define SLEEP_TIME_MS 1000 macro48 k_msleep(SLEEP_TIME_MS); in thread_blink()
13 #define SLEEP_TIME_MS 2000 macro94 k_msleep(SLEEP_TIME_MS); in main()
19 #define SLEEP_TIME_MS 1 macro99 k_msleep(SLEEP_TIME_MS); in main()
19 #define SLEEP_TIME_MS 100 macro163 if (++count > (UPDATE_TIME_MS / SLEEP_TIME_MS)) { in main()169 k_msleep(SLEEP_TIME_MS); in main()
23 #define SLEEP_TIME_MS 3000 macro149 k_msleep(SLEEP_TIME_MS); in main()
39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
Completed in 39 milliseconds