STM32F479xx HAL User Manual
Defines
LTDC HS POLARITY
LTDC Exported Constants

Defines

#define LTDC_HSPOLARITY_AL   0x00000000U
#define LTDC_HSPOLARITY_AH   LTDC_GCR_HSPOL

Define Documentation

#define LTDC_HSPOLARITY_AH   LTDC_GCR_HSPOL

Horizontal Synchronization is active high.

Definition at line 256 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().

#define LTDC_HSPOLARITY_AL   0x00000000U

Horizontal Synchronization is active low.

Definition at line 255 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().