Home
last modified time | relevance | path

Searched refs:cc_channel (Results 1 – 1 of 1) sorted by relevance

/bsp/nrf5x/libraries/drivers/
A Ddrv_hwtimer.c44 nrf_timer_cc_channel_t cc_channel; member
60 .timer_info.cc_channel = NRF_TIMER_CC_CHANNEL0,
69 .timer_info.cc_channel = NRF_TIMER_CC_CHANNEL1,
78 .timer_info.cc_channel = NRF_TIMER_CC_CHANNEL2,
87 .timer_info.cc_channel = NRF_TIMER_CC_CHANNEL3,
96 .timer_info.cc_channel = NRF_TIMER_CC_CHANNEL4,
141 mask = (nrf_timer_short_mask_t)(1 << (timer_info->cc_channel + 8)); in timer_start()
146 mask = (nrf_timer_short_mask_t)(1 << timer_info->cc_channel); in timer_start()
149 nrfx_timer_extended_compare(&(timer_info->timer_inst), timer_info->cc_channel, t, mask, true); in timer_start()

Completed in 6 milliseconds