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

Go to the source code of this file.

Data Structures

struct  CLK_BASE_STATES
 

Functions

void Board_SetupMuxing (void)
 Setup pin multiplexer per board schematics. More...
 
void Board_SetupClocking (void)
 Setup system clocking. More...
 
void Board_SystemInit (void)
 Setup and initialize hardware prior to call to main() More...
 

Variables

STATIC struct CLK_BASE_STATES InitClkStates []
 
STATIC const PINMUX_GRP_T spifipinmuxing []
 
STATIC const PINMUX_GRP_T pinmuxing []
 

Variable Documentation

STATIC struct CLK_BASE_STATES InitClkStates[]
Initial value:
= {
{CLK_BASE_PHY_TX, CLKIN_ENET_TX, true, false},
{CLK_BASE_PHY_RX, CLKIN_ENET_TX, true, false},
{CLK_BASE_LCD, CLKIN_IDIVC, true, false},
{CLK_BASE_USB1, CLKIN_IDIVD, true, true}
}

Definition at line 45 of file board_sysinit.c.

STATIC const PINMUX_GRP_T pinmuxing[]
STATIC const PINMUX_GRP_T spifipinmuxing[]
Initial value:

Definition at line 59 of file board_sysinit.c.