Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
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.
Generated on Tue Jul 12 2022 13:47:03 by
1.7.2
