|
CMSIS2000
0.0.7
|
|
Functions | |
| void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable. | |
| void | SystemInit (void) |
| Initialize the system. | |
Variables | |
| uint32_t | __isr_vector |
| void SystemCoreClockUpdate | ( | void | ) |
Update SystemCoreClock variable.
| none |
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
Definition at line 487 of file system_LPC17xx.c.
References __SYSTEM_CLOCK, IRC_OSC, LPC_SC, OSC_CLK, RTC_CLK, and SystemCoreClock.
| void SystemInit | ( | void | ) |
Initialize the system.
| none |
Setup the microcontroller system. Initialize the System.
Definition at line 539 of file system_LPC17xx.c.
References __isr_vector, CCLKCFG_Val, CLKOUTCFG_Val, CLKSRCSEL_Val, FLASHCFG_Val, LPC_SC, PCLKSEL0_Val, PCLKSEL1_Val, PCONP_Val, PLL0CFG_Val, PLL1CFG_Val, SCB, SCS_Val, and USBCLKCFG_Val.
| uint32_t __isr_vector |
Definition at line 40 of file startup_ARMCM0.s.