Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtc/
Dfsl_adapter_rtc_bbnsm.c120 flags |= (uint32_t)kHAL_RTC_AlarmInterrupt; in HAL_RtcGetEnabledInterrupts()
163 if ((flags & (uint32_t)kHAL_RTC_AlarmInterrupt) != 0x0U) in HAL_RtcEnableInterrupts()
177 if ((flags & (uint32_t)kHAL_RTC_AlarmInterrupt) != 0x0U) in HAL_RtcDisableInterrupts()
Dfsl_adapter_rtc.h40 kHAL_RTC_AlarmInterrupt = 1U << 0U, enumerator