Searched refs:kRTC_LossOfClockInterruptEnable (Results 1 – 2 of 2) sorted by relevance
459 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()
47 kRTC_LossOfClockInterruptEnable = (1U << 9U), /* loss of clock interrupt */ enumerator