Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h137 NRF_STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val);
337 NRF_STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set() argument
339 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h198 uint32_t cc_val) in nrfy_rtc_cc_set() argument
200 nrf_rtc_cc_set(p_reg, ch, cc_val); in nrfy_rtc_cc_set()