STM32F439xx HAL User Manual
Defines
LTDC LAYER Config
LTDC Exported Constants

Defines

#define LTDC_STOPPOSITION   (LTDC_LxWHPCR_WHSPPOS >> 16U)
#define LTDC_STARTPOSITION   LTDC_LxWHPCR_WHSTPOS
#define LTDC_COLOR_FRAME_BUFFER   LTDC_LxCFBLR_CFBLL
#define LTDC_LINE_NUMBER   LTDC_LxCFBLNR_CFBLNBR

Define Documentation

#define LTDC_COLOR_FRAME_BUFFER   LTDC_LxCFBLR_CFBLL

LTDC Layer Line length

Definition at line 326 of file stm32f4xx_hal_ltdc.h.

#define LTDC_LINE_NUMBER   LTDC_LxCFBLNR_CFBLNBR

LTDC Layer Line number

Definition at line 327 of file stm32f4xx_hal_ltdc.h.

#define LTDC_STARTPOSITION   LTDC_LxWHPCR_WHSTPOS

LTDC Layer start position

Definition at line 324 of file stm32f4xx_hal_ltdc.h.

#define LTDC_STOPPOSITION   (LTDC_LxWHPCR_WHSPPOS >> 16U)

LTDC Layer stop position

Definition at line 323 of file stm32f4xx_hal_ltdc.h.