Bank configuration structure. More...
#include <cpu_fmc.h>
Data Fields | ||
| fmc_bank_t | bank | |
| Bank1 .   | ||
| fmc_mem_type_t | mem_type | |
| Type of memory.   | ||
| fmc_bus_width_t | data_width | |
| Data bus width.   | ||
| uint32_t | address | |
| Address of the memory bank.   | ||
| uint32_t | size | |
| Size in bytes of the memory bank.   | ||
| union { | ||
| fmc_nor_sram_bank_conf_t nor_sram | ||
| fmc_sdram_bank_conf_t sdram | ||
| }; | ||
| uint32_t fmc_bank_conf_t::address | 
| fmc_bank_t fmc_bank_conf_t::bank | 
| fmc_bus_width_t fmc_bank_conf_t::data_width | 
| fmc_mem_type_t fmc_bank_conf_t::mem_type | 
| fmc_nor_sram_bank_conf_t fmc_bank_conf_t::nor_sram | 
| fmc_sdram_bank_conf_t fmc_bank_conf_t::sdram | 
| uint32_t fmc_bank_conf_t::size |