HAL + 0/69 examples
CodeScope will show references to DMA2D_InitTypeDef::ColorMode from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
Display
Examples
DMA2D
LCD_DSI
STM32469I_EVAL
Demonstrations
Examples
DCMI
DMA2D
LCD_DSI
Applications
Camera
Display
STM324x9I_EVAL
Demonstrations
STemWin
Applications
Camera
Display
STemWin
Examples
DCMI
DMA2D
STM32F429I-Discovery
Demonstrations
Applications
Display
LibJPEG
STemWin
Examples
DMA2D
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDMA2D_InitTypeDef::ColorMode

DMA2D_InitTypeDef::ColorMode field

Configures the color format of the output image. This parameter can be one value of DMA2D_Output_Color_Mode.

Syntax

uint32_t ColorMode;

Examples

DMA2D_InitTypeDef::ColorMode is referenced by 69 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_dma2d.h:69
uint32_t ColorMode; /*!< Configures the color format of the output image.
stm32f4xx_hal_dma2d.c:249HAL_DMA2D_Init()
assert_param(IS_DMA2D_CMODE(hdma2d->Init.ColorMode));
stm32f4xx_hal_dma2d.c:283HAL_DMA2D_Init()
MODIFY_REG(hdma2d->Instance->OPFCCR, DMA2D_OPFCCR_CM, hdma2d->Init.ColorMode);
stm32f4xx_hal_dma2d.c:2073DMA2D_SetConfig()
if (hdma2d->Init.ColorMode == DMA2D_OUTPUT_ARGB8888)
stm32f4xx_hal_dma2d.c:2077DMA2D_SetConfig()
else if (hdma2d->Init.ColorMode == DMA2D_OUTPUT_RGB888)
stm32f4xx_hal_dma2d.c:2081DMA2D_SetConfig()
else if (hdma2d->Init.ColorMode == DMA2D_OUTPUT_RGB565)
stm32f4xx_hal_dma2d.c:2088DMA2D_SetConfig()
else if (hdma2d->Init.ColorMode == DMA2D_OUTPUT_ARGB1555)

Data Use

Functions reading DMA2D_InitTypeDef::ColorMode
DMA2D_InitTypeDef::ColorMode
all items filtered out
Type of DMA2D_InitTypeDef::ColorMode
DMA2D_InitTypeDef::ColorMode
uint32_t
all items filtered out