Searched refs:msec (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/kernel/workq/work_queue/ |
D | Kconfig | 7 int "Test item working time, msec." 11 int "Test item submission interval, msec."
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | timer.c | 35 void mod_timer(struct timer_list *timer, int msec) in mod_timer() argument 37 k_work_schedule(&timer->work, K_MSEC(msec)); in mod_timer()
|
D | timer.h | 22 void mod_timer(struct timer_list *timer, int msec);
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | udma.c | 100 void sy1xx_udma_busy_delay(uint32_t msec) in sy1xx_udma_busy_delay() argument 103 uint32_t millis = (sec / 1000) * msec; in sy1xx_udma_busy_delay()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_mcux_wwdt.c | 71 #define MSEC_TO_WWDT_TICKS(clock_freq, msec) \ argument 72 ((uint32_t)((clock_freq / MSEC_PER_SEC) * msec) / 4)
|
D | wdt_mcux_rtwdog.c | 20 #define MSEC_TO_RTWDOG_TICKS(clock_freq, divider, msec) \ argument 21 ((uint32_t)(clock_freq * msec / 1000U / divider))
|
D | wdt_mcux_wdog32.c | 78 #define MSEC_TO_WDOG32_TICKS(clock_freq, divider, msec) \ argument 79 ((uint32_t)(clock_freq * msec / 1000U / divider))
|
D | wdt_tco.c | 147 static uint16_t msec_to_ticks(uint32_t msec) in msec_to_ticks() argument 152 return ((msec / MSEC_PER_SEC) * 10) / 6; in msec_to_ticks()
|
/Zephyr-latest/tests/kernel/sched/deadline/src/ |
D | main.c | 16 #define MSEC_TO_CYCLES(msec) (int)(((uint64_t)(msec) * \ argument
|
/Zephyr-latest/samples/sensor/vcnl4040/ |
D | README.rst | 11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 46 All 16 threads executed by 4 cores in 28 msec
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | Kconfig | 25 Maximum amount of time (in msec) that the TFTP Client will wait for
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.shell | 50 Time (in msec) after receiving a valid MCUmgr header on the serial
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 102 95 k_sleep msec=%u ms | Returns %u 103 96 k_msleep msec=%u ms | Returns %u
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.timer | 85 int "Time to wait for timer availability (in msec) in POSIX application"
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 84 All 20000 packet headers were processed in 89 msec
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.14.rst | 2153 * :github:`9708` - tests/kernel/tickless/tickless_concept fails on nRF5x with 1000msec boot delay
|