|
STM32H735xx HAL User Manual
|
Defines | |
| #define | DMA2D_NO_MODIF_ALPHA 0x00000000U |
| #define | DMA2D_REPLACE_ALPHA 0x00000001U |
| #define | DMA2D_COMBINE_ALPHA 0x00000002U |
| #define DMA2D_COMBINE_ALPHA 0x00000002U |
Replace original alpha channel value by programmed alpha value with original alpha channel value
Definition at line 255 of file stm32h7xx_hal_dma2d.h.
| #define DMA2D_NO_MODIF_ALPHA 0x00000000U |
No modification of the alpha channel value
Definition at line 253 of file stm32h7xx_hal_dma2d.h.
| #define DMA2D_REPLACE_ALPHA 0x00000001U |
Replace original alpha channel value by programmed alpha value
Definition at line 254 of file stm32h7xx_hal_dma2d.h.
1.7.6.1