![]() |
RTEMS 7.0-rc1
|
Variables | |
| uint32_t | SystemCoreClock = 4000000U |
| System clock frequency (core clock) | |
| const uint8_t | AHBPrescTable [16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U} |
| const uint8_t | APBPrescTable [8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U} |
| const uint32_t | MSIRangeTable [16] |
| const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U} |
AHB prescalers table values
| const uint8_t APBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U} |
APB prescalers table values
| const uint32_t MSIRangeTable[16] |
MSI ranges table values
| uint32_t SystemCoreClock = 4000000U |
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.