Searched refs:RTC_CHANNEL_INT_MASK (Results 1 – 2 of 2) sorted by relevance
143 uint32_t int_mask = RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_disable()175 uint32_t int_mask = RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_set()
59 #define RTC_CHANNEL_INT_MASK(ch) \ macro