STM32F439xx HAL User Manual
Defines
DMA2D Output Color Mode
DMA2D Exported Constants

Defines

#define DMA2D_OUTPUT_ARGB8888   0x00000000U
#define DMA2D_OUTPUT_RGB888   DMA2D_OPFCCR_CM_0
#define DMA2D_OUTPUT_RGB565   DMA2D_OPFCCR_CM_1
#define DMA2D_OUTPUT_ARGB1555   (DMA2D_OPFCCR_CM_0|DMA2D_OPFCCR_CM_1)
#define DMA2D_OUTPUT_ARGB4444   DMA2D_OPFCCR_CM_2

Define Documentation

#define DMA2D_OUTPUT_ARGB1555   (DMA2D_OPFCCR_CM_0|DMA2D_OPFCCR_CM_1)

ARGB1555 DMA2D color mode

Definition at line 206 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

#define DMA2D_OUTPUT_ARGB4444   DMA2D_OPFCCR_CM_2

ARGB4444 DMA2D color mode

Definition at line 207 of file stm32f4xx_hal_dma2d.h.

#define DMA2D_OUTPUT_ARGB8888   0x00000000U

ARGB8888 DMA2D color mode

Definition at line 203 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

#define DMA2D_OUTPUT_RGB565   DMA2D_OPFCCR_CM_1

RGB565 DMA2D color mode

Definition at line 205 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

#define DMA2D_OUTPUT_RGB888   DMA2D_OPFCCR_CM_0

RGB888 DMA2D color mode

Definition at line 204 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().