Searched refs:nrf_rtc_event_disable (Results 1 – 3 of 3) sorted by relevance
153 nrf_rtc_event_disable(p_reg, mask); in nrfy_rtc_stop()190 nrf_rtc_event_disable(p_reg, mask); in nrfy_rtc_event_int_disable()362 nrf_rtc_event_disable(p_reg, mask); in nrfy_rtc_event_disable()
324 NRF_STATIC_INLINE void nrf_rtc_event_disable(NRF_RTC_Type * p_reg, uint32_t mask);448 NRF_STATIC_INLINE void nrf_rtc_event_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_disable() function
256 - Fixed a misleading description for the nrf_rtc_event_disable() function in the RTC HAL. It accept…