HAL + 0/50 examples
CodeScope will show references to DMA2D_NO_MODIF_ALPHA from the following samples and libraries:
 
Symbols
loading...
Files
loading...

DMA2D_NO_MODIF_ALPHA macro

No modification of the alpha channel value

Syntax

#define DMA2D_NO_MODIF_ALPHA 0x00000000U

Examples

DMA2D_NO_MODIF_ALPHA is referenced by 50 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma2d.h:233
#define DMA2D_NO_MODIF_ALPHA 0x00000000U /*!< No modification of the alpha channel value */
stm32f4xx_hal_dma2d.h:603
#define IS_DMA2D_ALPHA_MODE(AlphaMode) (((AlphaMode) == DMA2D_NO_MODIF_ALPHA) || \