uc-sdk
|
Functions | |
void | SystemInit (void) |
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable. More... | |
void | SystemCoreClockUpdate (void) |
Update SystemCoreClock according to Clock Register Values. More... | |
void SystemCoreClockUpdate | ( | void | ) |
Update SystemCoreClock according to Clock Register Values.
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
None |
None |
Definition at line 231 of file system_stm32f10x.c.
void SystemInit | ( | void | ) |
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable.
Setup the microcontroller system. Initialize the System.
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.
None |
None |
Definition at line 172 of file system_stm32f10x.c.