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