HAL
MAX_LAYER is only used within HAL.
 
Symbols
loading...
Files
loading...

MAX_LAYER macro

Syntax

#define MAX_LAYER 2U

References

LocationText
stm32f4xx_hal_ltdc.h:45
#define MAX_LAYER 2U
stm32f4xx_hal_ltdc.h:192
LTDC_LayerCfgTypeDef LayerCfg[MAX_LAYER]; /*!< LTDC Layers parameters */
stm32f4xx_hal_ltdc.h:648
#define IS_LTDC_LAYER(__LAYER__) ((__LAYER__) < MAX_LAYER)