comparison Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h @ 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
71 is no need to call the 2 first functions listed above, since SystemCoreClock 71 is no need to call the 2 first functions listed above, since SystemCoreClock
72 variable is updated automatically. 72 variable is updated automatically.
73 */ 73 */
74 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ 74 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
75 75
76 extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
77 extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */ 76 extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
78 77
79 /** 78 /**
80 * @} 79 * @}
81 */ 80 */