RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
STM32U5xx_System_Exported_Variables

Variables

uint32_t SystemCoreClock
 System clock frequency (core clock)
 
const uint8_t AHBPrescTable [16]
 
const uint8_t APBPrescTable [8]
 
const uint32_t MSIRangeTable [16]
 

Detailed Description

Variable Documentation

◆ AHBPrescTable

const uint8_t AHBPrescTable[16]
extern

AHB prescalers table values

◆ APBPrescTable

const uint8_t APBPrescTable[8]
extern

APB prescalers table values

◆ MSIRangeTable

const uint32_t MSIRangeTable[16]
extern

MSI ranges table values

◆ SystemCoreClock

uint32_t SystemCoreClock
extern

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.