Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h441 __STATIC_INLINE void nrf_timer_cc_write(NRF_TIMER_Type * p_reg,
642 __STATIC_INLINE void nrf_timer_cc_write(NRF_TIMER_Type * p_reg, in nrf_timer_cc_write() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_timer.c210 nrf_timer_cc_write(p_instance->p_reg, cc_channel, cc_value); in nrfx_timer_compare()