STM32F439xx HAL User Manual
Data Fields
DMA2D_CLUTCfgTypeDef Struct Reference

DMA2D CLUT Structure definition. More...

#include <stm32f4xx_hal_dma2d.h>

Data Fields

uint32_t * pCLUT
uint32_t CLUTColorMode
uint32_t Size

Detailed Description

DMA2D CLUT Structure definition.

Definition at line 82 of file stm32f4xx_hal_dma2d.h.


Field Documentation

Configures the DMA2D CLUT color mode. This parameter can be one value of DMA2D CLUT Color Mode.

Definition at line 86 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_CLUTLoad(), HAL_DMA2D_CLUTLoad_IT(), and HAL_DMA2D_ConfigCLUT().

Configures the DMA2D CLUT memory address.

Definition at line 84 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_CLUTLoad(), HAL_DMA2D_CLUTLoad_IT(), and HAL_DMA2D_ConfigCLUT().

Configures the DMA2D CLUT size. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 89 of file stm32f4xx_hal_dma2d.h.

Referenced by HAL_DMA2D_CLUTLoad(), HAL_DMA2D_CLUTLoad_IT(), and HAL_DMA2D_ConfigCLUT().


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