Searched refs:cc_value (Results 1 – 3 of 3) sorted by relevance
22 uint32_t cc_value) in nrf_timer_cc_set() argument25 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
14 uint64_t cc_value) in nrf_grtc_sys_counter_cc_set() argument22 uint32_t cc_h = (uint32_t)(cc_value >> 32); 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()
212 uint64_t cc_value = ((uint64_t)NRF_GRTC_regs.CC[cc].CCH << 32) | NRF_GRTC_regs.CC[cc].CCL; in nhw_GRTC_update_cc_timer() local213 nhw_grtc_st.CC_timers[cc] = nhw_GRTC_counter_to_time(inst, cc_value); in nhw_GRTC_update_cc_timer()