Home
last modified time | relevance | path

Searched refs:nrf_timer_frequency_get (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_timer.h378 return nrf_timer_us_to_ticks(timer_us, nrf_timer_frequency_get(p_instance->p_reg)); in nrfx_timer_us_to_ticks()
384 return nrf_timer_ms_to_ticks(timer_ms, nrf_timer_frequency_get(p_instance->p_reg)); in nrfx_timer_ms_to_ticks()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h432 __STATIC_INLINE nrf_timer_frequency_t nrf_timer_frequency_get(NRF_TIMER_Type * p_reg);
637 __STATIC_INLINE nrf_timer_frequency_t nrf_timer_frequency_get(NRF_TIMER_Type * p_reg) in nrf_timer_frequency_get() function