Loading...
Searching...
No Matches

Descriptor of the FMC bank used for a LCD. More...

Detailed Description

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.

Note
In the case that multiple LCDs are connected to FMC banks, the FMC bank descriptors for LCDs of type lcd_fmc_desc_t must be defined in same order as the LCD devices.

Definition at line 49 of file lcd_fmc.h.

#include <lcd_fmc.h>

Data Fields

const fmc_bank_conf_tbank
 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
 

Field Documentation

◆ bank

const fmc_bank_conf_t* lcd_fmc_desc_t::bank

FMC bank config used for the LCD.

Definition at line 50 of file lcd_fmc.h.

◆ cmd_offset

uint32_t lcd_fmc_desc_t::cmd_offset

offset to the bank address used for commands

Definition at line 51 of file lcd_fmc.h.

◆ data_offset

uint32_t lcd_fmc_desc_t::data_offset

offset to the bank address used for data

Definition at line 52 of file lcd_fmc.h.


The documentation for this struct was generated from the following file: