FD32M0P Microcontroller SDK
Loading...
Searching...
No Matches
system_FD32M0P.h File Reference
#include <stdint.h>
Include dependency graph for system_FD32M0P.h:
This graph shows which files directly or indirectly include this file:

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.

Function Documentation

◆ SystemInit()

void SystemInit ( void )
extern

Setup the microcontroller system. Initialize the System.

Initialize the system

Parameters
none
Returns
none

References SystemCoreClock, and XTAL.

◆ SystemCoreClockUpdate()

void SystemCoreClockUpdate ( void )
extern

References SystemCoreClock, and XTAL.

Variable Documentation

◆ SystemFrequency

uint32_t SystemFrequency
extern

System Clock Frequency (Core Clock)

System Clock Frequency (Core Clock)

Referenced by UartStdOutInit().

◆ SystemCoreClock

uint32_t SystemCoreClock
extern

Processor Clock Frequency.

Processor Clock Frequency

Referenced by SystemCoreClockUpdate(), and SystemInit().