STM32H735xx HAL User Manual
|
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 |
DMA2D Init structure definition.
Definition at line 64 of file stm32h7xx_hal_dma2d.h.
uint32_t DMA2D_InitTypeDef::AlphaInverted |
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().
uint32_t DMA2D_InitTypeDef::BytesSwap |
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().
uint32_t DMA2D_InitTypeDef::ColorMode |
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().
uint32_t DMA2D_InitTypeDef::LineOffsetMode |
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().
uint32_t DMA2D_InitTypeDef::Mode |
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().
uint32_t DMA2D_InitTypeDef::OutputOffset |
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().
uint32_t DMA2D_InitTypeDef::RedBlueSwap |
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().