@@ -93,6 +93,10 @@ extern "C" {
93
93
#define USE_HAL_USART_REGISTER_CALLBACKS 0u
94
94
#define USE_HAL_WWDG_REGISTER_CALLBACKS 0u
95
95
96
+ #ifndef USE_HAL_CRYP_SUSPEND_RESUME
97
+ #define USE_HAL_CRYP_SUSPEND_RESUME 0u
98
+ #endif
99
+
96
100
/* ########################## Oscillator Values adaptation ####################*/
97
101
/**
98
102
* @brief Adjust the value of External High Speed oscillator (HSE) used in your application.
@@ -131,16 +135,16 @@ extern "C" {
131
135
#if !defined (LSI1_VALUE )
132
136
#define LSI1_VALUE (32000UL) /*!< LSI1 Typical Value in Hz*/
133
137
#endif /* LSI1_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
134
- The real value may vary depending on the variations
135
- in voltage and temperature.*/
138
+ The real value may vary depending on the variations
139
+ in voltage and temperature.*/
136
140
/**
137
141
* @brief Internal Low Speed oscillator (LSI2) value.
138
142
*/
139
143
#if !defined (LSI2_VALUE )
140
144
#define LSI2_VALUE (32000UL) /*!< LSI2 Typical Value in Hz*/
141
145
#endif /* LSI2_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
142
- The real value may vary depending on the variations
143
- in voltage and temperature.*/
146
+ The real value may vary depending on the variations
147
+ in voltage and temperature.*/
144
148
145
149
/**
146
150
* @brief External Low Speed oscillator (LSE) value.
@@ -185,16 +189,16 @@ in voltage and temperature.*/
185
189
#define TICK_INT_PRIORITY 0x00U /*!< tick interrupt priority */
186
190
#endif
187
191
#if !defined (USE_RTOS )
188
- #define USE_RTOS 0
192
+ #define USE_RTOS 0U
189
193
#endif
190
194
#if !defined (PREFETCH_ENABLE )
191
- #define PREFETCH_ENABLE 0
195
+ #define PREFETCH_ENABLE 0U
192
196
#endif
193
197
#if !defined (INSTRUCTION_CACHE_ENABLE )
194
- #define INSTRUCTION_CACHE_ENABLE 1
198
+ #define INSTRUCTION_CACHE_ENABLE 1U
195
199
#endif
196
200
#if !defined (DATA_CACHE_ENABLE )
197
- #define DATA_CACHE_ENABLE 1
201
+ #define DATA_CACHE_ENABLE 1U
198
202
#endif
199
203
200
204
/* ########################## Assert Selection ############################## */
0 commit comments