Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_grtc.c22 uint32_t cc_h = (uint32_t)(cc_value >> 32); in nrf_grtc_sys_counter_cc_set() local
23 NRFX_ASSERT(cc_h <= NRF_GRTC_SYSCOUNTER_CCH_MASK); 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()