|
STM32L4xx_HAL_Driver
1.14.0
|
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 64 of file stm32l4xx_ll_dma2d.h.
| Data Fields | ||
|---|---|---|
| uint32_t | AlphaInversionMode |
Specifies the output alpha inversion mode.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputAlphaInvMode(). |
| 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 | LineOffsetMode |
Specifies the output line offset mode.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetLineOffsetMode(). |
| 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 transfered.
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(). |
| uint32_t | OutputSwapMode |
Specifies the output swap mode color format of the output image.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputSwapMode(). |
| uint32_t | RBSwapMode |
Specifies the output Red Blue swap mode.
This parameter can be modified afterwards using unitary function LL_DMA2D_SetOutputRBSwapMode(). |
| struct LL_DMA2D_LayerCfgTypeDef |
LL DMA2D Layer Configuration Structure Definition.
Definition at line 166 of file stm32l4xx_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 | AlphaInversionMode |
Specifies the foreground or background alpha inversion mode.
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 | 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
|
| 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 265 of file stm32l4xx_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(). |