Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c279 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_us_to_ticks()
287 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_ms_to_ticks()
/hal_nordic-latest/nrfx/haly/
Dnrfy_timer.h339 NRFY_STATIC_INLINE uint32_t nrfy_timer_prescaler_get(NRF_TIMER_Type const * p_reg) in nrfy_timer_prescaler_get() function