STM32F439xx HAL User Manual
Defines
LTDC SYNC
LTDC Exported Constants

Defines

#define LTDC_HORIZONTALSYNC   (LTDC_SSCR_HSW >> 16U)
#define LTDC_VERTICALSYNC   LTDC_SSCR_VSH

Define Documentation

#define LTDC_HORIZONTALSYNC   (LTDC_SSCR_HSW >> 16U)

Horizontal synchronization width.

Definition at line 265 of file stm32f4xx_hal_ltdc.h.

#define LTDC_VERTICALSYNC   LTDC_SSCR_VSH

Vertical synchronization height.

Definition at line 266 of file stm32f4xx_hal_ltdc.h.