Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_rtc.c362 if (kRTC_LossOfClockInterruptEnable == (kRTC_LossOfClockInterruptEnable & mask)) in RTC_EnableInterrupts()
425 if (kRTC_LossOfClockInterruptEnable == (kRTC_LossOfClockInterruptEnable & mask)) in RTC_DisableInterrupts()
487 tmp32 |= kRTC_LossOfClockInterruptEnable; in RTC_GetEnabledInterrupts()
Dfsl_rtc.h47 kRTC_LossOfClockInterruptEnable = (1U << 9U), /* loss of clock interrupt */ enumerator