Home
last modified time | relevance | path

Searched refs:NRF_TIMER_EVENT_COMPARE0 (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
Dmain.c70 if(event_type == NRF_TIMER_EVENT_COMPARE0) in timer_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c77 if (event_type == NRF_TIMER_EVENT_COMPARE0) in timer_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c81 if (event_type == NRF_TIMER_EVENT_COMPARE0) in timer_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h345NRF_TIMER_EVENT_COMPARE0 = offsetof(NRF_TIMER_Type, EVENTS_COMPARE[0]), ///< Event from compare ch… enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c368 if (event_type != NRF_TIMER_EVENT_COMPARE0) in nfct_field_timer_handler()