Searched refs:nrf_timer_frequency_get (Results 1 – 2 of 2) sorted by relevance
378 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()
432 __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