diff options
| author | Gerzain Mata <[email protected]> | 2025-07-18 14:23:52 -0700 |
|---|---|---|
| committer | Gerzain Mata <[email protected]> | 2025-07-18 14:25:15 -0700 |
| commit | d9cd93ca228b7d4d38066d88b50ff06bb7a5297a (patch) | |
| tree | f9c4db9bc8902b0d0aece737e45f7940815db1e1 /embassy-stm32/src/rtc/v3.rs | |
| parent | 3e1b0e4aec11888d6ea41ef5c62d6d2912d81eae (diff) | |
Added RTC low-power support for STM32WBA65
Also added low-power feature for STM32WBA65RI build
Diffstat (limited to 'embassy-stm32/src/rtc/v3.rs')
| -rw-r--r-- | embassy-stm32/src/rtc/v3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rtc/v3.rs b/embassy-stm32/src/rtc/v3.rs index 39aa6c5cb..d0b52049e 100644 --- a/embassy-stm32/src/rtc/v3.rs +++ b/embassy-stm32/src/rtc/v3.rs | |||
| @@ -146,7 +146,7 @@ impl SealedInstance for crate::peripherals::RTC { | |||
| 146 | type WakeupInterrupt = crate::interrupt::typelevel::RTC_WKUP; | 146 | type WakeupInterrupt = crate::interrupt::typelevel::RTC_WKUP; |
| 147 | } else if #[cfg(any(stm32g0, stm32u0))] { | 147 | } else if #[cfg(any(stm32g0, stm32u0))] { |
| 148 | type WakeupInterrupt = crate::interrupt::typelevel::RTC_TAMP; | 148 | type WakeupInterrupt = crate::interrupt::typelevel::RTC_TAMP; |
| 149 | } else if #[cfg(any(stm32l5, stm32h5, stm32u5))] { | 149 | } else if #[cfg(any(stm32l5, stm32h5, stm32u5, stm32wba))] { |
| 150 | type WakeupInterrupt = crate::interrupt::typelevel::RTC; | 150 | type WakeupInterrupt = crate::interrupt::typelevel::RTC; |
| 151 | } | 151 | } |
| 152 | ); | 152 | ); |
