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

Macros

#define DMA2D_INPUT_ARGB8888   0x00000000U
 
#define DMA2D_INPUT_RGB888   0x00000001U
 
#define DMA2D_INPUT_RGB565   0x00000002U
 
#define DMA2D_INPUT_ARGB1555   0x00000003U
 
#define DMA2D_INPUT_ARGB4444   0x00000004U
 
#define DMA2D_INPUT_L8   0x00000005U
 
#define DMA2D_INPUT_AL44   0x00000006U
 
#define DMA2D_INPUT_AL88   0x00000007U
 
#define DMA2D_INPUT_L4   0x00000008U
 
#define DMA2D_INPUT_A8   0x00000009U
 
#define DMA2D_INPUT_A4   0x0000000AU
 

Detailed Description

Macro Definition Documentation

◆ DMA2D_INPUT_ARGB8888

#define DMA2D_INPUT_ARGB8888   0x00000000U

#include <stm32f4xx_hal_dma2d.h>

ARGB8888 color mode

Definition at line 215 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_RGB888

#define DMA2D_INPUT_RGB888   0x00000001U

#include <stm32f4xx_hal_dma2d.h>

RGB888 color mode

Definition at line 216 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_RGB565

#define DMA2D_INPUT_RGB565   0x00000002U

#include <stm32f4xx_hal_dma2d.h>

RGB565 color mode

Definition at line 217 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_ARGB1555

#define DMA2D_INPUT_ARGB1555   0x00000003U

#include <stm32f4xx_hal_dma2d.h>

ARGB1555 color mode

Definition at line 218 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_ARGB4444

#define DMA2D_INPUT_ARGB4444   0x00000004U

#include <stm32f4xx_hal_dma2d.h>

ARGB4444 color mode

Definition at line 219 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_L8

#define DMA2D_INPUT_L8   0x00000005U

#include <stm32f4xx_hal_dma2d.h>

L8 color mode

Definition at line 220 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_AL44

#define DMA2D_INPUT_AL44   0x00000006U

#include <stm32f4xx_hal_dma2d.h>

AL44 color mode

Definition at line 221 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_AL88

#define DMA2D_INPUT_AL88   0x00000007U

#include <stm32f4xx_hal_dma2d.h>

AL88 color mode

Definition at line 222 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_L4

#define DMA2D_INPUT_L4   0x00000008U

#include <stm32f4xx_hal_dma2d.h>

L4 color mode

Definition at line 223 of file stm32f4xx_hal_dma2d.h.

◆ DMA2D_INPUT_A8

#define DMA2D_INPUT_A8   0x00000009U

#include <stm32f4xx_hal_dma2d.h>

A8 color mode

Definition at line 224 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_ConfigLayer().

◆ DMA2D_INPUT_A4

#define DMA2D_INPUT_A4   0x0000000AU

#include <stm32f4xx_hal_dma2d.h>

A4 color mode

Definition at line 225 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_ConfigLayer().