STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for LTDC HS POLARITY:

Macros

#define LTDC_HSPOLARITY_AL   0x00000000U
 
#define LTDC_HSPOLARITY_AH   LTDC_GCR_HSPOL
 

Detailed Description

Macro Definition Documentation

◆ LTDC_HSPOLARITY_AL

#define LTDC_HSPOLARITY_AL   0x00000000U

#include <stm32f4xx_hal_ltdc.h>

Horizontal Synchronization is active low.

Definition at line 270 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().

◆ LTDC_HSPOLARITY_AH

#define LTDC_HSPOLARITY_AH   LTDC_GCR_HSPOL

#include <stm32f4xx_hal_ltdc.h>

Horizontal Synchronization is active high.

Definition at line 271 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().