Lines Matching refs:cc_channel
714 nrf_timer_cc_channel_t cc_channel,
726 nrf_timer_cc_channel_t cc_channel);
787 nrf_timer_cc_channel_t cc_channel);
796 nrf_timer_cc_channel_t cc_channel);
945 nrf_timer_cc_channel_t cc_channel, in nrf_timer_cc_set() argument
948 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
952 nrf_timer_cc_channel_t cc_channel) in nrf_timer_cc_get() argument
954 return (uint32_t)p_reg->CC[cc_channel]; in nrf_timer_cc_get()
997 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_enable() argument
999 p_reg->ONESHOTEN[cc_channel] = TIMER_ONESHOTEN_ONESHOTEN_Msk; in nrf_timer_one_shot_enable()
1003 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_disable() argument
1005 p_reg->ONESHOTEN[cc_channel] = 0; in nrf_timer_one_shot_disable()