Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/rtc/
Dfsl_rtc.c459 if (0U != ((uint32_t)kRTC_LossOfClockInterruptEnable & mask)) in RTC_EnableInterrupts()
529 if (0U != ((uint32_t)kRTC_LossOfClockInterruptEnable & mask)) in RTC_DisableInterrupts()
599 tmp32 |= (uint32_t)kRTC_LossOfClockInterruptEnable; in RTC_GetEnabledInterrupts()
Dfsl_rtc.h47 kRTC_LossOfClockInterruptEnable = (1U << 9U), /* loss of clock interrupt */ enumerator