Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_rtc.h61 #define RTC_CHANNEL_INT_MASK(ch) ((uint32_t)(NRF_RTC_INT_COMPARE0_MASK) << (ch))
92NRF_RTC_INT_COMPARE0_MASK = RTC_INTENSET_COMPARE0_Msk, /**< RTC interrupt from compare event on ch… enumerator
/external/platform/nrfx/drivers/src/
A Dnrfx_rtc.c103 NRF_RTC_INT_COMPARE0_MASK | in nrfx_rtc_uninit()
285 uint32_t int_mask = (uint32_t)NRF_RTC_INT_COMPARE0_MASK; in irq_handler()
/external/platform/nrfx/drivers/include/
A Dnrfx_rtc.h328 NRF_RTC_INT_COMPARE0_MASK | in nrfx_rtc_int_disable()

Completed in 5 milliseconds