Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_rtc.c102 NRF_RTC_INT_OVERFLOW_MASK | in nrfx_rtc_uninit()
249 uint32_t mask = NRF_RTC_INT_OVERFLOW_MASK; in nrfx_rtc_overflow_enable()
261 uint32_t mask = NRF_RTC_INT_OVERFLOW_MASK; in nrfx_rtc_overflow_disable()
315 if (nrf_rtc_int_enable_check(p_reg, NRF_RTC_INT_OVERFLOW_MASK) && in irq_handler()
/external/platform/nrfx/drivers/include/
A Dnrfx_rtc.h327 NRF_RTC_INT_OVERFLOW_MASK | in nrfx_rtc_int_disable()
/external/platform/nrfx/hal/
A Dnrf_rtc.h91NRF_RTC_INT_OVERFLOW_MASK = RTC_INTENSET_OVRFLW_Msk, /**< RTC interrupt from overflow event. */ enumerator

Completed in 5 milliseconds