rusEFI
The most advanced open source ECU
|
Variables | |
uint32_t | SystemCoreClock = 16000000 |
const uint8_t | AHBPrescTable [16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9} |
const uint8_t | APBPrescTable [8] = {0, 0, 0, 0, 1, 2, 3, 4} |
const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9} |
Definition at line 127 of file system_stm32f7xx.c.
Referenced by SystemCoreClockUpdate().
const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4} |
Definition at line 128 of file system_stm32f7xx.c.
uint32_t SystemCoreClock = 16000000 |
Definition at line 126 of file system_stm32f7xx.c.
Referenced by SystemCoreClockUpdate().