Lines Matching refs:cc_channel
269 uint32_t nrfx_timer_capture(nrfx_timer_t const * p_instance, nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture() argument
272 NRFX_ASSERT(cc_channel < p_instance->cc_channel_count); in nrfx_timer_capture()
274 return nrfy_timer_capture_get(p_instance->p_reg, cc_channel); in nrfx_timer_capture()
294 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_compare() argument
300 nrf_timer_int_mask_t timer_int = nrfy_timer_compare_int_get(cc_channel); in nrfx_timer_compare()
304 nrfy_timer_event_clear(p_instance->p_reg, nrfy_timer_compare_event_get(cc_channel)); in nrfx_timer_compare()
312 nrfy_timer_cc_set(p_instance->p_reg, cc_channel, cc_value); in nrfx_timer_compare()
316 cc_channel); in nrfx_timer_compare()
320 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_extended_compare() argument
328 (uint32_t)(NRF_TIMER_SHORT_COMPARE0_STOP_MASK << cc_channel) | in nrfx_timer_extended_compare()
329 (uint32_t)(NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << cc_channel)); in nrfx_timer_extended_compare()
334 cc_channel, in nrfx_timer_extended_compare()
340 cc_channel); in nrfx_timer_extended_compare()