InES Hardware Abstraction Layer
|
Initialization structure for sram bank. More...
#include <hal_fmc.h>
Data Fields | |
hal_bool_t | address_mux |
hal_fmc_memory_type_t | type |
hal_fmc_memory_width_t | width |
hal_bool_t | read_burst |
hal_bool_t | write_enable |
hal_bool_t | write_burst |
hal_bool_t | continous_clock |
Initialization structure for sram bank.
hal_bool_t hal_fmc_sram_init_t::address_mux |
Mux address and data bus.
hal_bool_t hal_fmc_sram_init_t::continous_clock |
Should the clock always be active.
hal_bool_t hal_fmc_sram_init_t::read_burst |
ENABLE/DISABLE read burst mode.
hal_fmc_memory_type_t hal_fmc_sram_init_t::type |
Choose memory type to configure.
hal_fmc_memory_width_t hal_fmc_sram_init_t::width |
Choose width of the data bus.
hal_bool_t hal_fmc_sram_init_t::write_burst |
ENABLE/DISABLE write burst mode.
hal_bool_t hal_fmc_sram_init_t::write_enable |
ENABLE/DISABLE write access.