STM32F439xx HAL User Manual
Data Fields
DMA2D_InitTypeDef Struct Reference

DMA2D Init structure definition. More...

#include <stm32f4xx_hal_dma2d.h>

Data Fields

uint32_t Mode
uint32_t ColorMode
uint32_t OutputOffset

Detailed Description

DMA2D Init structure definition.

Definition at line 96 of file stm32f4xx_hal_dma2d.h.


Field Documentation

Configures the color format of the output image. This parameter can be one value of DMA2D Output Color Mode.

Definition at line 101 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig(), and HAL_DMA2D_Init().

Configures the DMA2D transfer mode. This parameter can be one value of DMA2D Mode.

Definition at line 98 of file stm32f4xx_hal_dma2d.h.

Referenced by DMA2D_SetConfig(), HAL_DMA2D_ConfigLayer(), and HAL_DMA2D_Init().

Specifies the Offset value. This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0x3FFF.

Definition at line 104 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_Init().


The documentation for this struct was generated from the following file: