STM32H735xx HAL User Manual
|
LL DMA2D Layer Configuration Structure Definition. More...
#include <stm32h7xx_ll_dma2d.h>
Data Fields | |
uint32_t | MemoryAddress |
uint32_t | LineOffset |
uint32_t | ColorMode |
uint32_t | CLUTColorMode |
uint32_t | CLUTSize |
uint32_t | AlphaMode |
uint32_t | Alpha |
uint32_t | Blue |
uint32_t | Green |
uint32_t | Red |
uint32_t | CLUTMemoryAddress |
uint32_t | AlphaInversionMode |
uint32_t | RBSwapMode |
uint32_t | ChromaSubSampling |
LL DMA2D Layer Configuration Structure Definition.
Definition at line 193 of file stm32h7xx_ll_dma2d.h.
uint32_t LL_DMA2D_LayerCfgTypeDef::Alpha |
Specifies the foreground or background Alpha value.
This parameter can be modified afterwards using unitary functions
Definition at line 238 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
Specifies the foreground or background alpha inversion mode.
This parameter can be modified afterwards using unitary functions
Definition at line 274 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::AlphaMode |
Specifies the foreground or background alpha mode.
This parameter can be modified afterwards using unitary functions
Definition at line 231 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::Blue |
Specifies the foreground or background Blue color value.
This parameter can be modified afterwards using unitary functions
Definition at line 245 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
Configure the chroma sub-sampling mode for the YCbCr color mode This parameter is applicable for foreground layer only. This parameter can be one value of Chroma Sub Sampling
This parameter can be modified afterwards using unitary functions
Definition at line 288 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
Specifies the foreground or background CLUT color mode.
This parameter can be modified afterwards using unitary functions
Definition at line 217 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
Specifies the foreground or background CLUT memory address.
This parameter can be modified afterwards using unitary functions
Definition at line 266 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::CLUTSize |
Specifies the foreground or background CLUT size.
This parameter can be modified afterwards using unitary functions
Definition at line 224 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::ColorMode |
Specifies the foreground or background color mode.
This parameter can be modified afterwards using unitary functions
Definition at line 210 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::Green |
Specifies the foreground or background Green color value.
This parameter can be modified afterwards using unitary functions
Definition at line 252 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::LineOffset |
Specifies the foreground or background line offset value.
This parameter can be modified afterwards using unitary functions
Definition at line 203 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
Specifies the foreground or background memory address.
This parameter can be modified afterwards using unitary functions
Definition at line 195 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::RBSwapMode |
Specifies the foreground or background Red Blue swap mode. This parameter can be one value of Red Blue Swap .
This parameter can be modified afterwards using unitary functions
Definition at line 281 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
uint32_t LL_DMA2D_LayerCfgTypeDef::Red |
Specifies the foreground or background Red color value.
This parameter can be modified afterwards using unitary functions
Definition at line 259 of file stm32h7xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().