STM32F479xx 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 352 of file stm32f4xx_hal_ltdc.h.

#define LTDC_LINE_NUMBER   LTDC_LxCFBLNR_CFBLNBR

LTDC Layer Line number

Definition at line 353 of file stm32f4xx_hal_ltdc.h.

#define LTDC_STARTPOSITION   LTDC_LxWHPCR_WHSTPOS

LTDC Layer start position

Definition at line 350 of file stm32f4xx_hal_ltdc.h.

#define LTDC_STOPPOSITION   (LTDC_LxWHPCR_WHSPPOS >> 16U)

LTDC Layer stop position

Definition at line 349 of file stm32f4xx_hal_ltdc.h.