Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h272 __STATIC_INLINE bool nrf_timer_event_check(NRF_TIMER_Type * p_reg,
532 __STATIC_INLINE bool nrf_timer_event_check(NRF_TIMER_Type * p_reg, in nrf_timer_event_check() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_timer.c271 if (nrf_timer_event_check(p_reg, event) && in irq_handler()