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

Functions

void SystemInit (void)
 Setup the microcontroller system. Initialize the System. More...
 
void SystemCoreClockUpdate (void)
 Updates the SystemCoreClock with current core Clock retrieved from cpu registers. More...
 

Detailed Description

Function Documentation

void SystemCoreClockUpdate ( void  )

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

Update SystemCoreClock variable

Parameters
none
Returns
none

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

Note
None
Parameters
None
Return values
None

Definition at line 448 of file system_LPC17xx.c.

void SystemInit ( void  )

Setup the microcontroller system. Initialize the System.

Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.

Initialize the system

Parameters
none
Returns
none

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 499 of file system_LPC17xx.c.