FD32M0P Microcontroller SDK
|
CMSIS Cortex-M0+ Device Peripheral Access Layer Source File for Device <Device> More...
Macros | |
#define | XTAL (32000000UL) /* Oscillator frequency */ |
Functions | |
void | SystemCoreClockUpdate (void) |
void | SystemInit (void) |
Setup the microcontroller system. Initialize the System. |
Variables | |
uint32_t | SystemFrequency = XTAL |
System Clock Frequency (Core Clock) | |
uint32_t | SystemCoreClock = XTAL |
Processor Clock Frequency. |
CMSIS Cortex-M0+ Device Peripheral Access Layer Source File for Device <Device>
#define XTAL (32000000UL) /* Oscillator frequency */ |
Referenced by SystemCoreClockUpdate(), and SystemInit().
void SystemCoreClockUpdate | ( | void | ) |
References SystemCoreClock, and XTAL.
void SystemInit | ( | void | ) |
Setup the microcontroller system. Initialize the System.
Initialize the system
none |
References SystemCoreClock, and XTAL.
uint32_t SystemFrequency = XTAL |
System Clock Frequency (Core Clock)
System Clock Frequency (Core Clock)
Referenced by UartStdOutInit().
uint32_t SystemCoreClock = XTAL |
Processor Clock Frequency.
Processor Clock Frequency
Referenced by SystemCoreClockUpdate(), and SystemInit().