Descriptor of the FMC bank used for a LCD. More...
Descriptor of the FMC bank used for a LCD.
The board definition has to specify the array lcd_fmc_desc of type lcd_fmc_desc_t which defines the FMC banks and the address offsets used for the LCD displays that are connected to FMC banks.
#include <lcd_fmc.h>
Data Fields | |
const fmc_bank_conf_t * | bank |
FMC bank config used for the LCD. | |
uint32_t | cmd_offset |
offset to the bank address used for commands | |
uint32_t | data_offset |
offset to the bank address used for data | |
const fmc_bank_conf_t* lcd_fmc_desc_t::bank |
uint32_t lcd_fmc_desc_t::cmd_offset |
uint32_t lcd_fmc_desc_t::data_offset |