Loading...
Searching...
No Matches
STM32 FMC/FSMC LCD low-level parallel interface driver

Detailed Description

Data Structures

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

Macros

#define LCD_FMC_NUMOF   1
 Number of LCDs using FMC banks.
 

Macro Definition Documentation

◆ LCD_FMC_NUMOF

#define LCD_FMC_NUMOF   1

Number of LCDs using FMC banks.

It represents the number of elements in LCD FMC bank descriptor array of type lcd_fmc_desc_t. Because it is used by the preprocessor, it has to be defined as a number. It is not possible to use the ARRAY_SIZE macro here.

Note
LCD_FMC_NUMOF has to be equal to the number of elements in the LCD FMC bank descriptor array of type lcd_fmc_desc_t.

Definition at line 35 of file lcd_fmc.h.