![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
#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 [] |
| STATIC struct CLK_BASE_STATES InitClkStates[] |
Definition at line 45 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T pinmuxing[] |
Definition at line 68 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T spifipinmuxing[] |
Definition at line 59 of file board_sysinit.c.
1.8.3.1