Searched refs:NRF_TIMER_ALL_CHANNELS_INT_MASK (Results 1 – 3 of 3) sorted by relevance
114 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()
311 #define NRF_TIMER_ALL_CHANNELS_INT_MASK \ macro
297 - Added NRF_TIMER_ALL_CHANNELS_INT_MASK symbol that is used for creating the interrupt bitmask for …