STM32H735xx HAL User Manual
Defines
Red Blue Swap
DMA2D Exported Constants

Defines

#define LL_DMA2D_RB_MODE_REGULAR   0x00000000U
#define LL_DMA2D_RB_MODE_SWAP   DMA2D_FGPFCCR_RBS

Define Documentation

#define LL_DMA2D_RB_MODE_REGULAR   0x00000000U

RGB or ARGB

Definition at line 478 of file stm32h7xx_ll_dma2d.h.

Referenced by LL_DMA2D_LayerCfgStructInit(), and LL_DMA2D_StructInit().

#define LL_DMA2D_RB_MODE_SWAP   DMA2D_FGPFCCR_RBS

BGR or ABGR

Definition at line 479 of file stm32h7xx_ll_dma2d.h.