Mercurial > public > ostc4
comparison OtherSources/system_stm32f4xx.c @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 4e10a3e087a1 |
| children |
comparison
equal
deleted
inserted
replaced
| 871:f7318457df4d | 981:c6c781a2e85b |
|---|---|
| 72 | 72 |
| 73 #if !defined (HSI_VALUE) | 73 #if !defined (HSI_VALUE) |
| 74 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ | 74 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ |
| 75 #endif /* HSI_VALUE */ | 75 #endif /* HSI_VALUE */ |
| 76 | 76 |
| 77 | |
| 78 const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; | |
| 77 /** | 79 /** |
| 78 * @} | 80 * @} |
| 79 */ | 81 */ |
| 80 | 82 |
| 81 /** @addtogroup STM32F4xx_System_Private_TypesDefinitions | 83 /** @addtogroup STM32F4xx_System_Private_TypesDefinitions |
