Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h147 NRF_STATIC_INLINE uint32_t nrf_rtc_cc_get(NRF_RTC_Type const * p_reg, uint32_t ch);
342 NRF_STATIC_INLINE uint32_t nrf_rtc_cc_get(NRF_RTC_Type const * p_reg, uint32_t ch) in nrf_rtc_cc_get() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h209 uint32_t cc = nrf_rtc_cc_get(p_reg, ch); in nrfy_rtc_cc_get()