| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/ |
| D | fwk_platform_lowpower.c | 141 POWER_ClearWakeupStatus(RTC_IRQn); in PLATFORM_StopWakeUpTimer() 142 NVIC_ClearPendingIRQ(RTC_IRQn); in PLATFORM_StopWakeUpTimer() 216 POWER_ClearWakeupStatus(RTC_IRQn); in RTC_IRQHandler() 286 (void)DisableIRQ(RTC_IRQn); /* MISRA CID 28201062 */ in PLATFORM_InitRtc() 287 POWER_ClearWakeupStatus(RTC_IRQn); in PLATFORM_InitRtc() 288 POWER_DisableWakeup(RTC_IRQn); in PLATFORM_InitRtc() 301 NVIC_ClearPendingIRQ(RTC_IRQn); in PLATFORM_InitRtc() 304 PM_InitWakeupSource(&timerWakeupSource, (uint32_t)RTC_IRQn, NULL, true); in PLATFORM_InitRtc()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/MIMXRT595S/ |
| D | fwk_platform_lowpower.c | 135 NVIC_ClearPendingIRQ(RTC_IRQn); in PLATFORM_StopWakeUpTimer() 238 EnableIRQ(RTC_IRQn); in PLATFORM_InitRtc() 240 NVIC_ClearPendingIRQ(RTC_IRQn); in PLATFORM_InitRtc() 243 PM_InitWakeupSource(&timerWakeupSource, (uint32_t)RTC_IRQn, NULL, true); in PLATFORM_InitRtc()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/ |
| D | fsl_power.c | 359 case RTC_IRQn: in POWER_GetWakeupStatus() 421 case RTC_IRQn: in POWER_ClearWakeupStatus() 480 case RTC_IRQn: in POWER_EnableWakeup() 539 case RTC_IRQn: in POWER_DisableWakeup()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/ |
| D | fsl_power.c | 359 case RTC_IRQn: in POWER_GetWakeupStatus() 421 case RTC_IRQn: in POWER_ClearWakeupStatus() 480 case RTC_IRQn: in POWER_EnableWakeup() 539 case RTC_IRQn: in POWER_DisableWakeup()
|
| /hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/ |
| D | S32K116_COMMON.h | 168 RTC_IRQn = 6, /**< RTC alarm interrupt */ enumerator
|
| D | S32K118_COMMON.h | 168 RTC_IRQn = 6, /**< RTC alarm interrupt */ enumerator
|
| D | S32K142_COMMON.h | 201 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| D | S32K144_COMMON.h | 203 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| D | S32K144W_COMMON.h | 203 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| D | S32K142W_COMMON.h | 203 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| D | S32K146_COMMON.h | 203 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| D | S32K148_COMMON.h | 205 RTC_IRQn = 46, /**< RTC alarm interrupt */ enumerator
|
| /hal_nxp-latest/mcux/mcux-sdk/components/rtc/ |
| D | fsl_adapter_lpcrtc.c | 68 EnableIRQ(RTC_IRQn); in HAL_RTCInit()
|
| D | fsl_adapter_rtc.c | 98 (void)EnableIRQ(RTC_IRQn); in HAL_RTCInit()
|
| /hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/ |
| D | S32K344_COMMON.h | 246 …RTC_IRQn = 102, /**< RTCF or ROVRF interrupt to be serviced by th… enumerator
|
| /hal_nxp-latest/s32/mcux/devices/S32K146/ |
| D | S32K146_device.h | 782 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/ |
| D | fsl_pm_device.h | 682 #define PM_WSID_RTC PM_ENCODE_WAKEUP_SOURCE_ID(kWup_inputType_intMod, kWup_modID_RTC, RTC_IRQn, 0U…
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/ |
| D | MCXC041.h | 96 RTC_IRQn = 20, /**< RTC alarm */ enumerator 5445 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/ |
| D | MKE04Z4.h | 98 RTC_IRQn = 20, /**< RTC overflow */ enumerator 4665 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/ |
| D | MKE02Z4.h | 108 RTC_IRQn = 20, /**< RTC overflow */ enumerator 4888 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/ |
| D | MKE04Z1284.h | 103 RTC_IRQn = 20, /**< RTC overflow */ enumerator 5198 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14Z4/ |
| D | MKE14Z4.h | 106 RTC_IRQn = 20, /**< Single interrupt vector for all sources */ enumerator 9593 #define RTC_IRQS { RTC_IRQn } 9594 #define RTC_SECONDS_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE15Z4/ |
| D | MKE15Z4.h | 106 RTC_IRQn = 20, /**< Single interrupt vector for all sources */ enumerator 9595 #define RTC_IRQS { RTC_IRQn } 9596 #define RTC_SECONDS_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/ |
| D | MKE06Z4.h | 103 RTC_IRQn = 20, /**< RTC overflow */ enumerator 5972 #define RTC_IRQS { RTC_IRQn }
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE16Z4/ |
| D | MKE16Z4.h | 104 RTC_IRQn = 20, /**< Single interrupt vector for all sources */ enumerator 10432 #define RTC_IRQS { RTC_IRQn } 10433 #define RTC_SECONDS_IRQS { RTC_IRQn }
|