STM32H735xx HAL User Manual
Defines
Chroma Sub Sampling
DMA2D Exported Constants

Defines

#define LL_DMA2D_CSS_444   0x00000000U
#define LL_DMA2D_CSS_422   DMA2D_FGPFCCR_CSS_0
#define LL_DMA2D_CSS_420   DMA2D_FGPFCCR_CSS_1

Define Documentation

#define LL_DMA2D_CSS_420   DMA2D_FGPFCCR_CSS_1

chroma sub-sampling 4:2:0

Definition at line 517 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_CSS_422   DMA2D_FGPFCCR_CSS_0

chroma sub-sampling 4:2:2

Definition at line 516 of file stm32h7xx_ll_dma2d.h.

#define LL_DMA2D_CSS_444   0x00000000U

No chroma sub-sampling 4:4:4

Definition at line 515 of file stm32h7xx_ll_dma2d.h.

Referenced by LL_DMA2D_LayerCfgStructInit().