FD32M0P Microcontroller SDK
|
#include <stdint.h>
Functions | |
void | SystemInit (void) |
Setup the microcontroller system. Initialize the System. | |
void | SystemCoreClockUpdate (void) |
Variables | |
uint32_t | SystemFrequency |
System Clock Frequency (Core Clock) | |
uint32_t | SystemCoreClock |
Processor Clock Frequency. |
|
extern |
Setup the microcontroller system. Initialize the System.
Initialize the system
none |
References SystemCoreClock, and XTAL.
|
extern |
References SystemCoreClock, and XTAL.
|
extern |
System Clock Frequency (Core Clock)
System Clock Frequency (Core Clock)
Referenced by UartStdOutInit().
|
extern |
Processor Clock Frequency.
Processor Clock Frequency
Referenced by SystemCoreClockUpdate(), and SystemInit().