File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ static inline void setBackupRegister(uint32_t index, uint32_t value)
120
120
LL_RTC_BAK_SetRegister (RTC , index , value );
121
121
#elif defined(TAMP_BKP0R )
122
122
#if defined(STM32G4xx ) || defined(STM32H5xx ) || defined(STM32L5xx ) || \
123
- defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WLxx )
123
+ defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WBAxx ) || \
124
+ defined(STM32WLxx )
124
125
/* For those series this API requires RTC even if it is not used
125
126
and TAMP is used instead */
126
127
LL_RTC_BKP_SetRegister (RTC , index , value );
@@ -143,7 +144,8 @@ static inline uint32_t getBackupRegister(uint32_t index)
143
144
return LL_RTC_BAK_GetRegister (RTC , index );
144
145
#elif defined(TAMP_BKP0R )
145
146
#if defined(STM32G4xx ) || defined(STM32H5xx ) || defined(STM32L5xx ) || \
146
- defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WLxx )
147
+ defined(STM32U5xx ) || defined(STM32MP1xx ) || defined(STM32WBAxx ) || \
148
+ defined(STM32WLxx )
147
149
/* For those series this API requires RTC even if it is not used
148
150
and TAMP is used instead */
149
151
return LL_RTC_BKP_GetRegister (RTC , index );
You can’t perform that action at this time.
0 commit comments