uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
STM32F10x_System_Private_Functions

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...
 

Detailed Description

Function Documentation

void SystemCoreClockUpdate ( void  )

Update SystemCoreClock according to Clock Register Values.

Updates the SystemCoreClock with current core Clock retrieved from cpu registers.

Note
None
Parameters
None
Return values
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.

Note
This function should be used only after reset.
Parameters
None
Return values
None

Definition at line 172 of file system_stm32f10x.c.