LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Functions | Variables
chip_18xx_43xx.c File Reference
#include "chip.h"

Go to the source code of this file.

Functions

static void Chip_USB_PllSetup (void)
 
void Chip_USB0_Init (void)
 USB0 Pin and clock initialization Calling this function will initialize the USB0 pins and the clock. More...
 
void Chip_USB1_Init (void)
 USB1 Pin and clock initialization Calling this function will initialize the USB0 pins and the clock. More...
 
void SystemCoreClockUpdate (void)
 Update system core clock rate, should be called if the system has a clock rate change. More...
 

Variables

static const
CGU_USBAUDIO_PLL_SETUP_T 
usbPLLSetup
 
uint32_t SystemCoreClock
 Current system clock rate, mainly used for sysTick. More...
 

Function Documentation

static void Chip_USB_PllSetup ( void  )
static

Definition at line 56 of file chip_18xx_43xx.c.

Variable Documentation

const CGU_USBAUDIO_PLL_SETUP_T usbPLLSetup
static
Initial value:
= {
0x0000601D,
0x06167FFA,
0x00000000,
0x00000000,
480000000
}

Definition at line 38 of file chip_18xx_43xx.c.