Dmitry Kovalev / Mbed 2 deprecated LGstaandart

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Embed: (wiki syntax)

« Back to documentation index

system_LPC17xx.c File Reference

system_LPC17xx.c File Reference

CMSIS Cortex-M3 Device Peripheral Access Layer Source File for the NXP LPC17xx Device Series. More...

Go to the source code of this file.

Functions

void SystemInit1 (void)
 Initialize the system.

Variables

uint32_t SystemCoreClock1 = __CORE_CLK

Detailed Description

CMSIS Cortex-M3 Device Peripheral Access Layer Source File for the NXP LPC17xx Device Series.

Version:
V1.03
Date:
07. October 2009
Note:
Copyright (C) 2009 ARM Limited. All rights reserved.
ARM Limited (ARM) is supplying this software for use with Cortex-M processor based microcontrollers. This file can be freely distributed within development tools that are supporting such ARM based processors.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. ARM SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file system_LPC17xx.c.


Function Documentation

void SystemInit1 ( void   )

Initialize the system.

Parameters:
none
Returns:
none

Setup the microcontroller system. Initialize the System.

Definition at line 626 of file system_LPC17xx.c.


Variable Documentation

uint32_t SystemCoreClock1 = __CORE_CLK

System Clock Frequency (Core Clock)

Definition at line 569 of file system_LPC17xx.c.