HAL + 0/25 examples
CodeScope will show references to DMA2D_M2M_PFC from the following samples and libraries:
Drivers
Boards
Examples
STM32469I_EVAL
Examples
DCMI
DMA2D
Applications
Camera
Display
STM32469I-Discovery
Applications
Display
Examples
DMA2D
STM324x9I_EVAL
Applications
Camera
Display
Examples
DCMI
DMA2D
STM32F429I-Discovery
Applications
Display
LibJPEG
Examples
DMA2D
 
Symbols
loading...
Files
loading...

DMA2D_M2M_PFC macro

DMA2D memory to memory with pixel format conversion transfer mode

Syntax

#define DMA2D_M2M_PFC DMA2D_CR_MODE_0

Examples

DMA2D_M2M_PFC is referenced by 25 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.h:193
#define DMA2D_M2M_PFC DMA2D_CR_MODE_0 /*!< DMA2D memory to memory with pixel format conversion transfer mode */
stm32f4xx_hal_dma2d.h:577
#define IS_DMA2D_MODE(MODE) (((MODE) == DMA2D_M2M) || ((MODE) == DMA2D_M2M_PFC) || \