Searched refs:cc_val (Results 1 – 1 of 1) sorted by relevance
106 NRF_STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val);292 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() argument294 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()
Completed in 4 milliseconds