Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/rtc/
Dfsl_rtc.c710 tmp32 |= (uint32_t)kRTC_LossOfClockTamperFlag; in RTC_GetStatusFlags()
812 if (0U != ((uint32_t)kRTC_LossOfClockTamperFlag & mask)) in RTC_ClearStatusFlags()
Dfsl_rtc.h74 kRTC_LossOfClockTamperFlag = (1U << 9U), /* Loss of clock flag */ enumerator