Variables | |
const uint8_t | AHBPrescTable [16] |
const uint8_t | APBPrescTable [8] |
uint32_t | SystemCoreClock |
System clock frequency (core clock) More... | |
const uint8_t AHBPrescTable[16] |
AHB prescalers table values
Definition at line 123 of file stm32f407/stm32f407g-disc1/Src/system_stm32f4xx.c.
const uint8_t APBPrescTable[8] |
APB prescalers table values
Definition at line 124 of file stm32f407/stm32f407g-disc1/Src/system_stm32f4xx.c.
uint32_t SystemCoreClock |
System clock frequency (core clock)
System Clock Frequency (Core Clock)
The system clock frequency supplied to the SysTick timer and the processor core clock. This variable can be used by the user application to setup the SysTick timer or configure other parameters. It may also be used by debugger to query the frequency of the debug timer or configure the trace clock speed SystemCoreClock is initialized with a correct predefined value.
Definition at line 69 of file system_MIMXRT1052.c.