rau cha / mbed-src-I2CWaitFix

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

LPC17xx System Public Functions

LPC17xx System Public Functions
[LPC17xx_System]

Functions

void SystemCoreClockUpdate (void)
 Update SystemCoreClock variable.
void SystemInit (void)
 Initialize the system.

Function Documentation

void SystemCoreClockUpdate ( void   )

Update SystemCoreClock variable.

Updates the SystemCoreClock variable.

Parameters:
none
Returns:
none

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

Definition at line 466 of file system_LPC17xx.c.

void SystemInit ( void   )

Initialize the system.

Setup the microcontroller system.

Parameters:
none
Returns:
none

Setup the microcontroller system. Initialize the System.

Definition at line 517 of file system_LPC17xx.c.