Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c24 #define COUNTER_TOP_INT_MASK NRF_TIMER_INT_COMPARE0_MASK macro
260 nrf_timer_int_disable(timer, COUNTER_TOP_INT_MASK); in set_top_value()
278 nrf_timer_int_enable(timer, COUNTER_TOP_INT_MASK); in set_top_value()
342 nrf_timer_int_enable_check(reg, COUNTER_TOP_INT_MASK)) { in top_irq_handle()