STM32F439xx HAL User Manual
Data Fields
DMA2D_ColorTypeDef Struct Reference

DMA2D color Structure definition. More...

#include <stm32f4xx_hal_dma2d.h>

Data Fields

uint32_t Blue
uint32_t Green
uint32_t Red

Detailed Description

DMA2D color Structure definition.

Definition at line 67 of file stm32f4xx_hal_dma2d.h.


Field Documentation

Configures the blue value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 69 of file stm32f4xx_hal_dma2d.h.

Configures the green value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 72 of file stm32f4xx_hal_dma2d.h.

Configures the red value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.

Definition at line 75 of file stm32f4xx_hal_dma2d.h.


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