Searched refs:msec (Results 1 – 16 of 16) sorted by relevance
7 int "Test item working time, msec."11 int "Test item submission interval, msec."
35 void mod_timer(struct timer_list *timer, int msec) in mod_timer() argument37 k_work_schedule(&timer->work, K_MSEC(msec)); in mod_timer()
22 void mod_timer(struct timer_list *timer, int msec);
100 void sy1xx_udma_busy_delay(uint32_t msec) in sy1xx_udma_busy_delay() argument103 uint32_t millis = (sec / 1000) * msec; in sy1xx_udma_busy_delay()
71 #define MSEC_TO_WWDT_TICKS(clock_freq, msec) \ argument72 ((uint32_t)((clock_freq / MSEC_PER_SEC) * msec) / 4)
78 #define MSEC_TO_WDOG32_TICKS(clock_freq, divider, msec) \ argument79 ((uint32_t)(clock_freq * msec / 1000U / divider))
147 static uint16_t msec_to_ticks(uint32_t msec) in msec_to_ticks() argument152 return ((msec / MSEC_PER_SEC) * 10) / 6; in msec_to_ticks()
16 #define MSEC_TO_CYCLES(msec) (int)(((uint64_t)(msec) * \ argument
11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
46 All 16 threads executed by 4 cores in 28 msec
25 Maximum amount of time (in msec) that the TFTP Client will wait for
50 Time (in msec) after receiving a valid MCUmgr header on the serial
102 95 k_sleep msec=%u ms | Returns %u103 96 k_msleep msec=%u ms | Returns %u
84 All 20000 packet headers were processed in 89 msec
85 int "Time to wait for timer availability (in msec) in POSIX application"
2153 * :github:`9708` - tests/kernel/tickless/tickless_concept fails on nRF5x with 1000msec boot delay