Home
last modified time | relevance | path

Searched refs:nrf_timer_cc_read (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_timer.h372 return nrf_timer_cc_read(p_instance->p_reg, cc_channel); in nrfx_timer_capture_get()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h453 __STATIC_INLINE uint32_t nrf_timer_cc_read(NRF_TIMER_Type * p_reg,
649 __STATIC_INLINE uint32_t nrf_timer_cc_read(NRF_TIMER_Type * p_reg, in nrf_timer_cc_read() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_timer.c190 return nrf_timer_cc_read(p_instance->p_reg, cc_channel); in nrfx_timer_capture()