![]() |
MINI58_BSP V3.01.005
The Board Support Package for Mini58 Series MCU
|
Mini58 series system clock init code and assert handler. More...
Go to the source code of this file.
Functions | |
void | SystemInit (void) |
Check HIRC clock rate feed to HCLK. More... | |
void | SystemCoreClockUpdate (void) |
This function is used to update the variable SystemCoreClock and must be called whenever the core clock is changed. More... | |
Variables | |
uint32_t | SystemCoreClock = __HIRC |
uint32_t | __HSI = __HIRC |
uint32_t | PllClock = __HIRC |
uint32_t | CyclesPerUs |
Mini58 series system clock init code and assert handler.
Definition in file system_Mini58Series.c.
void SystemCoreClockUpdate | ( | void | ) |
This function is used to update the variable SystemCoreClock and must be called whenever the core clock is changed.
Updates the SystemCoreClock with current core Clock retrieved from CPU registers.
None. |
None. |
Definition at line 43 of file system_Mini58Series.c.
void SystemInit | ( | void | ) |
Check HIRC clock rate feed to HCLK.
Definition at line 31 of file system_Mini58Series.c.
uint32_t __HSI = __HIRC |
Factory Default is internal high speed RC 44.2368M divided by 2
Definition at line 21 of file system_Mini58Series.c.
uint32_t CyclesPerUs |
Cycles per micro second
Definition at line 23 of file system_Mini58Series.c.
uint32_t PllClock = __HIRC |
PLL Output Clock Frequency
Definition at line 22 of file system_Mini58Series.c.
uint32_t SystemCoreClock = __HIRC |
System Clock Frequency (Core Clock)
Definition at line 20 of file system_Mini58Series.c.