![]() |
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 | IS42S16400_config |
| STATIC const IP_EMC_STATIC_CONFIG_T | IS62WV25616_config |
| STATIC const IP_EMC_STATIC_CONFIG_T | SST39VF320_config |
| #define CLK0_DELAY 7 |
Definition at line 280 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 IS42S16400_config |
Definition at line 283 of file board_sysinit.c.
| STATIC const IP_EMC_STATIC_CONFIG_T IS62WV25616_config |
Definition at line 320 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T pinclockmuxing[] |
Definition at line 272 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T pinmuxing[] |
Definition at line 69 of file board_sysinit.c.
| STATIC const PINMUX_GRP_T spifipinmuxing[] |
Definition at line 60 of file board_sysinit.c.
| STATIC const IP_EMC_STATIC_CONFIG_T SST39VF320_config |
Definition at line 336 of file board_sysinit.c.
1.8.3.1