![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
#include "chip.h"Go to the source code of this file.
Data Structures | |
| struct | CLK_BASE_STATES |
Functions | |
| void | Chip_SetupCoreClock (CHIP_CGU_CLKIN_T clkin, uint32_t core_freq, bool setbase) |
| Clock and PLL initialization based input given in clkin. More... | |
| void | Chip_SetupXtalClocking (void) |
| Clock and PLL initialization based on the external oscillator. More... | |
| void | Chip_SetupIrcClocking (void) |
| Clock and PLL initialization based on the internal oscillator. More... | |
| void | Chip_SystemInit (void) |
| Set up and initialize hardware prior to call to main() More... | |
Variables | |
| static struct CLK_BASE_STATES | InitClkStates [] |
|
static |
Definition at line 46 of file sysinit_18xx_43xx.c.
1.8.3.1