![]() |
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 |
Macros | |
| #define | CLK0_DELAY 7 |
Functions | |
| void | Board_SetupMuxing (void) |
| Setup pin multiplexer per board schematics. More... | |
| void | Board_SetupExtMemory (void) |
| Setup external system memory. 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 const PINMUX_GRP_T | pinclockmuxing [] |
| STATIC const IP_EMC_DYN_CONFIG_T | MT48LC4M32_config |
| STATIC const IP_EMC_STATIC_CONFIG_T | S29GL64N90_config |
| #define CLK0_DELAY 7 |
Definition at line 288 of file board_sysinit.c.
| STATIC struct CLK_BASE_STATES InitClkStates[] |
Definition at line 46 of file board_sysinit.c.
| STATIC const IP_EMC_DYN_CONFIG_T MT48LC4M32_config |
Definition at line 291 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T pinclockmuxing[] |
Definition at line 280 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T pinmuxing[] |
Definition at line 69 of file board_sysinit.c.
| STATIC const IP_EMC_STATIC_CONFIG_T S29GL64N90_config |
Definition at line 329 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T spifipinmuxing[] |
Definition at line 60 of file board_sysinit.c.
1.8.3.1