![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
Go to the source code of this file.
Data Structures | |
| struct | LPC_EMC_T |
| External Memory Controller (EMC) register block structure. More... | |
| struct | IP_EMC_DYN_DEVICE_CONFIG_T |
| EMC Dynamic Device Configuration structure used for IP drivers. More... | |
| struct | IP_EMC_DYN_CONFIG_T |
| EMC Dynamic Configure Struct. More... | |
| struct | IP_EMC_STATIC_CONFIG_T |
| EMC Static Configure Structure. More... | |
Functions | |
| void | Chip_EMC_Dynamic_Init (IP_EMC_DYN_CONFIG_T *Dynamic_Config) |
| Dyanmic memory setup. More... | |
| void | Chip_EMC_Static_Init (IP_EMC_STATIC_CONFIG_T *Static_Config) |
| Static memory setup. More... | |
| void | Chip_EMC_Dynamic_Enable (uint8_t Enable) |
| Enable Dynamic Memory Controller. More... | |
| void | Chip_EMC_Mirror (uint8_t Enable) |
| Mirror CS1 to CS0 and DYCS0. More... | |
| void | Chip_EMC_Enable (uint8_t Enable) |
| Enable EMC. More... | |
| void | Chip_EMC_LowPowerMode (uint8_t Enable) |
| Set EMC LowPower Mode. More... | |
| void | Chip_EMC_Init (uint32_t Enable, uint32_t ClockRatio, uint32_t EndianMode) |
| Initialize EMC. More... | |
| STATIC INLINE void | Chip_EMC_SetStaticExtendedWait (uint32_t Wait16Clks) |
| Set Static Memory Extended Wait in Clock. More... | |
1.8.3.1