Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c114 NRF_TIMER_ALL_CHANNELS_INT_MASK, in timer_configure()
362 uint32_t event_mask = nrfy_timer_events_process(p_reg, NRF_TIMER_ALL_CHANNELS_INT_MASK); in irq_handler()
364 uint32_t active_cc_mask = nrfy_timer_int_enable_check(p_reg, NRF_TIMER_ALL_CHANNELS_INT_MASK); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h311 #define NRF_TIMER_ALL_CHANNELS_INT_MASK \ macro
/hal_nordic-latest/nrfx/
DCHANGELOG.md297 - Added NRF_TIMER_ALL_CHANNELS_INT_MASK symbol that is used for creating the interrupt bitmask for …