STM32F479xx HAL User Manual
Defines
LTDC DE POLARITY
LTDC Exported Constants

Defines

#define LTDC_DEPOLARITY_AL   0x00000000U
#define LTDC_DEPOLARITY_AH   LTDC_GCR_DEPOL

Define Documentation

#define LTDC_DEPOLARITY_AH   LTDC_GCR_DEPOL

Data Enable, is active high.

Definition at line 274 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().

#define LTDC_DEPOLARITY_AL   0x00000000U

Data Enable, is active low.

Definition at line 273 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().