STM32H735xx HAL User Manual
Data Fields
DMA2D_InitTypeDef Struct Reference

DMA2D Init structure definition. More...

#include <stm32h7xx_hal_dma2d.h>

Data Fields

uint32_t Mode
uint32_t ColorMode
uint32_t OutputOffset
uint32_t AlphaInverted
uint32_t RedBlueSwap
uint32_t BytesSwap
uint32_t LineOffsetMode

Detailed Description

DMA2D Init structure definition.

Definition at line 64 of file stm32h7xx_hal_dma2d.h.


Field Documentation

Select regular or inverted alpha value for the output pixel format converter. This parameter can be one value of DMA2D Alpha Inversion.

Definition at line 75 of file stm32h7xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().

Select byte regular mode or bytes swap mode (two by two). This parameter can be one value of DMA2D Bytes Swap.

Definition at line 83 of file stm32h7xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().

Configures the color format of the output image. This parameter can be one value of DMA2D Output Color Mode.

Definition at line 69 of file stm32h7xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig(), and HAL_DMA2D_Init().

Configures how is expressed the line offset for the foreground, background and output. This parameter can be one value of DMA2D Line Offset Mode.

Definition at line 86 of file stm32h7xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().

Configures the DMA2D transfer mode. This parameter can be one value of DMA2D Mode.

Definition at line 66 of file stm32h7xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig(), HAL_DMA2D_BlendingStart(), HAL_DMA2D_BlendingStart_IT(), HAL_DMA2D_ConfigLayer(), and HAL_DMA2D_Init().

Specifies the Offset value. This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0x3FFF.

Definition at line 72 of file stm32h7xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().

Select regular mode (RGB or ARGB) or swap mode (BGR or ABGR) for the output pixel format converter. This parameter can be one value of DMA2D Red and Blue Swap.

Definition at line 78 of file stm32h7xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().


The documentation for this struct was generated from the following file: