Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c23 #define COUNTER_TOP_EVT NRF_TIMER_EVENT_COMPARE0 macro
262 nrf_timer_event_clear(timer, COUNTER_TOP_EVT); in set_top_value()
341 if (nrf_timer_event_check(reg, COUNTER_TOP_EVT) && in top_irq_handle()
343 nrf_timer_event_clear(reg, COUNTER_TOP_EVT); in top_irq_handle()