STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | LTDC_HSPOLARITY_AL 0x00000000U |
#define | LTDC_HSPOLARITY_AH LTDC_GCR_HSPOL |
#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().
#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().