| 
    STM32F479xx HAL User Manual
   
    
   
   | 
  
  
  
 
LL DMA2D Layer Configuration Structure Definition. More...
#include <stm32f4xx_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 | 
LL DMA2D Layer Configuration Structure Definition.
Definition at line 173 of file stm32f4xx_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 218 of file stm32f4xx_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 211 of file stm32f4xx_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 225 of file stm32f4xx_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 197 of file stm32f4xx_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 246 of file stm32f4xx_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 204 of file stm32f4xx_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 190 of file stm32f4xx_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 232 of file stm32f4xx_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 183 of file stm32f4xx_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 175 of file stm32f4xx_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 239 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer(), and LL_DMA2D_LayerCfgStructInit().
 1.7.6.1