Lines Matching refs:channel
137 nrfx_err_t nrfx_rtc_cc_disable(nrfx_rtc_t const * p_instance, uint32_t channel) in nrfx_rtc_cc_disable() argument
140 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_rtc_cc_disable()
143 uint32_t int_mask = NRF_RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_disable()
144 nrf_rtc_event_t event = NRF_RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_disable()
162 (unsigned long)channel); in nrfx_rtc_cc_disable()
169 uint32_t channel, in nrfx_rtc_cc_set() argument
174 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_rtc_cc_set()
177 uint32_t int_mask = NRF_RTC_CHANNEL_INT_MASK(channel); in nrfx_rtc_cc_set()
178 nrf_rtc_event_t event = NRF_RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_set()
185 nrfy_rtc_cc_set(p_instance->p_reg, channel, val); in nrfx_rtc_cc_set()
203 nrfy_rtc_cc_set(p_instance->p_reg, channel, val); in nrfx_rtc_cc_set()
210 (unsigned long)channel, in nrfx_rtc_cc_set()