Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_timer.c22 uint32_t cc_value) in nrf_timer_cc_set() argument
25 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
Dnrf_grtc.c14 uint64_t cc_value) in nrf_grtc_sys_counter_cc_set() argument
22 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()
/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c212 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() local
213 nhw_grtc_st.CC_timers[cc] = nhw_GRTC_counter_to_time(inst, cc_value); in nhw_GRTC_update_cc_timer()