Home
last modified time | relevance | path

Searched refs:nrfx_timer_ms_to_ticks (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c109 uint32_t desired_ticks = nrfx_timer_ms_to_ticks(&timer_inst, TIME_TO_WAIT_MS); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c155 uint32_t desired_ticks = nrfx_timer_ms_to_ticks(&timer_inst, TIME_TO_WAIT_MS); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/
Dmain.c159 uint32_t desired_ticks = nrfx_timer_ms_to_ticks(&timer_t_inst, TIME_TO_WAIT_MS); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c182 uint32_t desired_ticks = nrfx_timer_ms_to_ticks(&timer_inst, TIME_TO_WAIT_MS); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h352 uint32_t nrfx_timer_ms_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_ms);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c285 uint32_t nrfx_timer_ms_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_ms) in nrfx_timer_ms_to_ticks() function