Bank configuration structure. More...
#include <cpu_fmc.h>
Data Fields | |
| fmc_bank_t | bank | 
| Bank1 .  More... | |
| 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 | |
| }; | |
| fmc_bank_t fmc_bank_conf_t::bank |