Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_grtc.c13 uint8_t cc_channel, in nrf_grtc_sys_counter_cc_set() argument
17 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT); in nrf_grtc_sys_counter_cc_set()
19 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT && in nrf_grtc_sys_counter_cc_set()
20 cc_channel > NRF_GRTC_MAIN_CC_CHANNEL); in nrf_grtc_sys_counter_cc_set()
25 p_reg->CC[cc_channel].CCL = (uint32_t)cc_value; in nrf_grtc_sys_counter_cc_set()
26 nhw_GRTC_regw_sideeffects_CC_CCL(0, cc_channel); in nrf_grtc_sys_counter_cc_set()
27 p_reg->CC[cc_channel].CCH = cc_h & NRF_GRTC_SYSCOUNTER_CCH_MASK; in nrf_grtc_sys_counter_cc_set()
28 nhw_GRTC_regw_sideeffects_CC_CCH(0, cc_channel); in nrf_grtc_sys_counter_cc_set()
32 uint8_t cc_channel, in nrf_grtc_sys_counter_cc_add_set() argument
37 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT); in nrf_grtc_sys_counter_cc_add_set()
[all …]
Dnrf_timer.c21 nrf_timer_cc_channel_t cc_channel, in nrf_timer_cc_set() argument
25 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
26 nhw_timer_regw_sideeffects_CC(i, cc_channel); in nrf_timer_cc_set()