Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_timer.h377 return nrf_timer_us_to_ticks(timer_us, nrf_timer_frequency_get(p_instance->p_reg)); in nrfx_timer_us_to_ticks()
383 return nrf_timer_ms_to_ticks(timer_ms, nrf_timer_frequency_get(p_instance->p_reg)); in nrfx_timer_ms_to_ticks()
/external/platform/nrfx/hal/
A Dnrf_timer.h461 NRF_STATIC_INLINE nrf_timer_frequency_t nrf_timer_frequency_get(NRF_TIMER_Type const * p_reg);
688 NRF_STATIC_INLINE nrf_timer_frequency_t nrf_timer_frequency_get(NRF_TIMER_Type const * p_reg) in nrf_timer_frequency_get() function

Completed in 4 milliseconds