Home
last modified time | relevance | path

Searched refs:nrfx_timer_us_to_ticks (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h342 uint32_t nrfx_timer_us_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_us);
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c257 uint32_t desired_ticks = nrfx_timer_us_to_ticks(&timer_inst, TIME_TO_WAIT_US); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c277 uint32_t nrfx_timer_us_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_us) in nrfx_timer_us_to_ticks() function
Dnrfx_nfct.c399 nrfx_timer_us_to_ticks(&m_timer_workaround.timer, in nfct_field_timer_config()