Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h153 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()
/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h324 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
/hal_nordic-latest/nrfx/
DCHANGELOG.md256 - Fixed a misleading description for the nrf_rtc_event_disable() function in the RTC HAL. It accept…