Lines Matching refs:cc_channel
199 nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture() argument
202 NRFX_ASSERT(cc_channel < p_instance->cc_channel_count); in nrfx_timer_capture()
205 nrf_timer_capture_task_get(cc_channel)); in nrfx_timer_capture()
206 return nrf_timer_cc_get(p_instance->p_reg, cc_channel); in nrfx_timer_capture()
210 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_compare() argument
214 nrf_timer_int_mask_t timer_int = nrf_timer_compare_int_get(cc_channel); in nrfx_timer_compare()
218 nrf_timer_event_clear(p_instance->p_reg, nrf_timer_compare_event_get(cc_channel)); in nrfx_timer_compare()
226 nrf_timer_cc_set(p_instance->p_reg, cc_channel, cc_value); in nrfx_timer_compare()
230 cc_channel); in nrfx_timer_compare()
234 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_extended_compare() argument
240 (TIMER_SHORTS_COMPARE0_STOP_Msk << cc_channel) | in nrfx_timer_extended_compare()
241 (TIMER_SHORTS_COMPARE0_CLEAR_Msk << cc_channel)); in nrfx_timer_extended_compare()
246 cc_channel, in nrfx_timer_extended_compare()
252 cc_channel); in nrfx_timer_extended_compare()