STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DMA2D Output Color Mode:

Macros

#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
 

Detailed Description

Macro Definition Documentation

◆ DMA2D_OUTPUT_ARGB8888

#define DMA2D_OUTPUT_ARGB8888   0x00000000U

#include <stm32f4xx_hal_dma2d.h>

ARGB8888 DMA2D color mode

Definition at line 203 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

◆ DMA2D_OUTPUT_RGB888

#define DMA2D_OUTPUT_RGB888   DMA2D_OPFCCR_CM_0

#include <stm32f4xx_hal_dma2d.h>

RGB888 DMA2D color mode

Definition at line 204 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

◆ DMA2D_OUTPUT_RGB565

#define DMA2D_OUTPUT_RGB565   DMA2D_OPFCCR_CM_1

#include <stm32f4xx_hal_dma2d.h>

RGB565 DMA2D color mode

Definition at line 205 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

◆ DMA2D_OUTPUT_ARGB1555

#define DMA2D_OUTPUT_ARGB1555   (DMA2D_OPFCCR_CM_0|DMA2D_OPFCCR_CM_1)

#include <stm32f4xx_hal_dma2d.h>

ARGB1555 DMA2D color mode

Definition at line 206 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig().

◆ DMA2D_OUTPUT_ARGB4444

#define DMA2D_OUTPUT_ARGB4444   DMA2D_OPFCCR_CM_2

#include <stm32f4xx_hal_dma2d.h>

ARGB4444 DMA2D color mode

Definition at line 207 of file stm32f4xx_hal_dma2d.h.