Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/kernel/workq/work_queue/
DKconfig7 int "Test item working time, msec."
11 int "Test item submission interval, msec."
/Zephyr-latest/modules/nrf_wifi/os/
Dtimer.c35 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()
Dtimer.h22 void mod_timer(struct timer_list *timer, int msec);
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dudma.c100 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/
Dwdt_mcux_wwdt.c71 #define MSEC_TO_WWDT_TICKS(clock_freq, msec) \ argument
72 ((uint32_t)((clock_freq / MSEC_PER_SEC) * msec) / 4)
Dwdt_mcux_wdog32.c78 #define MSEC_TO_WDOG32_TICKS(clock_freq, divider, msec) \ argument
79 ((uint32_t)(clock_freq * msec / 1000U / divider))
Dwdt_tco.c147 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/
Dmain.c16 #define MSEC_TO_CYCLES(msec) (int)(((uint64_t)(msec) * \ argument
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst46 All 16 threads executed by 4 cores in 28 msec
/Zephyr-latest/subsys/net/lib/tftp/
DKconfig25 Maximum amount of time (in msec) that the TFTP Client will wait for
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell50 Time (in msec) after receiving a valid MCUmgr header on the serial
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt102 95 k_sleep msec=%u ms | Returns %u
103 96 k_msleep msec=%u ms | Returns %u
/Zephyr-latest/samples/arch/smp/pktqueue/
DREADME.rst84 All 20000 packet headers were processed in 89 msec
/Zephyr-latest/lib/posix/options/
DKconfig.timer85 int "Time to wait for timer availability (in msec) in POSIX application"
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst2153 * :github:`9708` - tests/kernel/tickless/tickless_concept fails on nRF5x with 1000msec boot delay