STM32F479xx HAL User Manual
|
LL DMA2D Init Structure Definition. More...
#include <stm32f4xx_ll_dma2d.h>
Data Fields | |
uint32_t | Mode |
uint32_t | ColorMode |
uint32_t | OutputBlue |
uint32_t | OutputGreen |
uint32_t | OutputRed |
uint32_t | OutputAlpha |
uint32_t | OutputMemoryAddress |
uint32_t | LineOffset |
uint32_t | NbrOfLines |
uint32_t | NbrOfPixelsPerLines |
LL DMA2D Init Structure Definition.
Definition at line 64 of file stm32f4xx_ll_dma2d.h.
uint32_t LL_DMA2D_InitTypeDef::ColorMode |
Specifies the color format of the output image.
This parameter can be modified afterwards using, unitary function LL_DMA2D_SetOutputColorMode().
Definition at line 72 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::LineOffset |
Specifies the output line offset value.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetLineOffset().
Definition at line 148 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::Mode |
Specifies the DMA2D transfer mode.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetMode().
Definition at line 66 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::NbrOfLines |
Specifies the number of lines of the area to be transferred.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetNbrOfLines().
Definition at line 154 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
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().
Definition at line 161 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::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().
Definition at line 126 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::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().
Definition at line 78 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::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().
Definition at line 94 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
Specifies the memory address.
This parameter can be modified afterwards, using unitary function LL_DMA2D_SetOutputMemAddr().
Definition at line 139 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().
uint32_t LL_DMA2D_InitTypeDef::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().
Definition at line 110 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init(), and LL_DMA2D_StructInit().