uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
BoardInit.c File Reference
#include "lpc17xx_gpio.h"
#include "lpc17xx_clkpwr.h"

Go to the source code of this file.

Macros

#define LED1_wire   18
 
#define LED2_wire   20
 
#define LED3_wire   21
 
#define LED4_wire   23
 

Functions

void BoardEarlyInit ()
 
void BoardInit ()
 
void BoardLateInit ()
 
void BoardShutdown ()
 
void BoardExceptionHandler (int code)
 

Variables

uintptr_t __cs3_interrupt_vector_mutable []
 

Macro Definition Documentation

#define LED1_wire   18

Definition at line 4 of file BoardInit.c.

#define LED2_wire   20

Definition at line 5 of file BoardInit.c.

#define LED3_wire   21

Definition at line 6 of file BoardInit.c.

#define LED4_wire   23

Definition at line 7 of file BoardInit.c.

Function Documentation

void BoardEarlyInit ( )

Definition at line 35 of file BoardInit.c.

void BoardExceptionHandler ( int  code)

Definition at line 51 of file BoardInit.c.

void BoardInit ( )

Definition at line 40 of file BoardInit.c.

void BoardLateInit ( )

Definition at line 44 of file BoardInit.c.

void BoardShutdown ( )

Definition at line 48 of file BoardInit.c.

Variable Documentation

uintptr_t __cs3_interrupt_vector_mutable[]