|
uc-sdk
|
Functions | |
| void | SystemCoreClockUpdate (void) |
| Updates the SystemCoreClock with current core Clock retrieved from cpu registers. More... | |
| 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.
Update SystemCoreClock variable
| 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
| none |
Definition at line 499 of file system_LPC17xx.c.