STM32F4xx_HAL_Driver
1.8.3
|
Data Structures | |
struct | LL_DMA2D_InitTypeDef |
LL DMA2D Init Structure Definition. More... | |
struct | LL_DMA2D_LayerCfgTypeDef |
LL DMA2D Layer Configuration Structure Definition. More... | |
struct | LL_DMA2D_ColorTypeDef |
LL DMA2D Output Color Structure Definition. More... | |
struct LL_DMA2D_InitTypeDef |
LL DMA2D Init Structure Definition.
Definition at line 63 of file stm32f4xx_ll_dma2d.h.
Data Fields | ||
---|---|---|
uint32_t | ColorMode |
Specifies the color format of the output image.
This parameter can be modified afterwards using, unitary function LL_DMA2D_SetOutputColorMode(). |
uint32_t | LineOffset |
Specifies the output line offset value.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetLineOffset(). |
uint32_t | Mode |
Specifies the DMA2D transfer mode.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetMode(). |
uint32_t | NbrOfLines |
Specifies the number of lines of the area to be transferred.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetNbrOfLines(). |
uint32_t | NbrOfPixelsPerLines |
Specifies the number of pixels per lines of the area to be transferred.
This parameter can be modified afterwards using, unitary function LL_DMA2D_SetNbrOfPixelsPerLines(). |
uint32_t | OutputAlpha |
Specifies the Alpha channel of the output image.
This parameter can be modified afterwards using, unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputBlue |
Specifies the Blue value of the output image.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputGreen |
Specifies the Green value of the output image.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputMemoryAddress |
Specifies the memory address.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputMemAddr(). |
uint32_t | OutputRed |
Specifies the Red value of the output image.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
struct LL_DMA2D_LayerCfgTypeDef |
LL DMA2D Layer Configuration Structure Definition.
Definition at line 172 of file stm32f4xx_ll_dma2d.h.
Data Fields | ||
---|---|---|
uint32_t | Alpha |
Specifies the foreground or background Alpha value.
This parameter can be modified afterwards using unitary functions
|
uint32_t | AlphaMode |
Specifies the foreground or background alpha mode.
This parameter can be modified afterwards using unitary functions
|
uint32_t | Blue |
Specifies the foreground or background Blue color value.
This parameter can be modified afterwards using unitary functions
|
uint32_t | CLUTColorMode |
Specifies the foreground or background CLUT color mode.
This parameter can be modified afterwards using unitary functions
|
uint32_t | CLUTMemoryAddress |
Specifies the foreground or background CLUT memory address.
This parameter can be modified afterwards using unitary functions
|
uint32_t | CLUTSize |
Specifies the foreground or background CLUT size.
This parameter can be modified afterwards using unitary functions
|
uint32_t | ColorMode |
Specifies the foreground or background color mode.
This parameter can be modified afterwards using unitary functions
|
uint32_t | Green |
Specifies the foreground or background Green color value.
This parameter can be modified afterwards using unitary functions
|
uint32_t | LineOffset |
Specifies the foreground or background line offset value.
This parameter can be modified afterwards using unitary functions
|
uint32_t | MemoryAddress |
Specifies the foreground or background memory address.
This parameter can be modified afterwards using unitary functions
|
uint32_t | Red |
Specifies the foreground or background Red color value.
This parameter can be modified afterwards using unitary functions
|
struct LL_DMA2D_ColorTypeDef |
LL DMA2D Output Color Structure Definition.
Definition at line 260 of file stm32f4xx_ll_dma2d.h.
Data Fields | ||
---|---|---|
uint32_t | ColorMode |
Specifies the color format of the output image.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputColorMode(). |
uint32_t | OutputAlpha |
Specifies the Alpha channel of the output image.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputBlue |
Specifies the Blue value of the output image.
This parameter can be modified afterwards using, unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputGreen |
Specifies the Green value of the output image.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |
uint32_t | OutputRed |
Specifies the Red value of the output image.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputColor() or configuration function LL_DMA2D_ConfigOutputColor(). |