STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetMemAddr (DMA2D_TypeDef *DMA2Dx, uint32_t MemoryAddress) |
Set DMA2D foreground memory address, expressed on 32 bits ([31:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetMemAddr (DMA2D_TypeDef *DMA2Dx) |
Get DMA2D foreground memory address, expressed on 32 bits ([31:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_EnableCLUTLoad (DMA2D_TypeDef *DMA2Dx) |
Enable DMA2D foreground CLUT loading. | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_IsEnabledCLUTLoad (DMA2D_TypeDef *DMA2Dx) |
Indicate if DMA2D foreground CLUT loading is enabled. | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetColorMode (DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) |
Set DMA2D foreground color mode. | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetColorMode (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground color mode. | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetAlphaMode (DMA2D_TypeDef *DMA2Dx, uint32_t AphaMode) |
Set DMA2D foreground alpha mode. | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetAlphaMode (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground alpha mode. | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetAlpha (DMA2D_TypeDef *DMA2Dx, uint32_t Alpha) |
Set DMA2D foreground alpha value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetAlpha (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground alpha value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetLineOffset (DMA2D_TypeDef *DMA2Dx, uint32_t LineOffset) |
Set DMA2D foreground line offset, expressed on 14 bits ([13:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetLineOffset (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground line offset, expressed on 14 bits ([13:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetColor (DMA2D_TypeDef *DMA2Dx, uint32_t Red, uint32_t Green, uint32_t Blue) |
Set DMA2D foreground color values, expressed on 24 bits ([23:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetRedColor (DMA2D_TypeDef *DMA2Dx, uint32_t Red) |
Set DMA2D foreground red color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetRedColor (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground red color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetGreenColor (DMA2D_TypeDef *DMA2Dx, uint32_t Green) |
Set DMA2D foreground green color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetGreenColor (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground green color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetBlueColor (DMA2D_TypeDef *DMA2Dx, uint32_t Blue) |
Set DMA2D foreground blue color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetBlueColor (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground blue color value, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetCLUTMemAddr (DMA2D_TypeDef *DMA2Dx, uint32_t CLUTMemoryAddress) |
Set DMA2D foreground CLUT memory address, expressed on 32 bits ([31:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTMemAddr (DMA2D_TypeDef *DMA2Dx) |
Get DMA2D foreground CLUT memory address, expressed on 32 bits ([31:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetCLUTSize (DMA2D_TypeDef *DMA2Dx, uint32_t CLUTSize) |
Set DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTSize (DMA2D_TypeDef *DMA2Dx) |
Get DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits). | |
__STATIC_INLINE void | LL_DMA2D_FGND_SetCLUTColorMode (DMA2D_TypeDef *DMA2Dx, uint32_t CLUTColorMode) |
Set DMA2D foreground CLUT color mode. | |
__STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTColorMode (DMA2D_TypeDef *DMA2Dx) |
Return DMA2D foreground CLUT color mode. |
__STATIC_INLINE void LL_DMA2D_FGND_EnableCLUTLoad | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable DMA2D foreground CLUT loading.
DMA2Dx | DMA2D Instance |
None |
Definition at line 876 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetAlpha | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground alpha value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Alpha | value between Min_Data=0 and Max_Data=0xFF |
Definition at line 984 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetAlphaMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground alpha mode.
DMA2Dx | DMA2D Instance |
Returned | value can be one of the following values: |
Definition at line 961 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetBlueColor | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground blue color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Blue | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1094 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetCLUTColorMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground CLUT color mode.
DMA2Dx | DMA2D Instance |
Returned | value can be one of the following values: |
Definition at line 1167 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetCLUTMemAddr | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Get DMA2D foreground CLUT memory address, expressed on 32 bits ([31:0] bits).
DMA2Dx | DMA2D Instance |
Foreground | CLUT memory address value between Min_Data=0 and Max_Data=0xFFFFFFFF |
Definition at line 1117 of file stm32f4xx_ll_dma2d.h.
References LL_DMA2D_ReadReg.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetCLUTSize | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Get DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Foreground | CLUT size value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1140 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetColorMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground color mode.
DMA2Dx | DMA2D Instance |
Returned | value can be one of the following values: |
Definition at line 932 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetGreenColor | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground green color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Green | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1071 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetLineOffset | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground line offset, expressed on 14 bits ([13:0] bits).
DMA2Dx | DMA2D Instance |
Foreground | line offset value between Min_Data=0 and Max_Data=0x3FF |
Definition at line 1008 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetMemAddr | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Get DMA2D foreground memory address, expressed on 32 bits ([31:0] bits).
DMA2Dx | DMA2D Instance |
Foreground | memory address value between Min_Data=0 and Max_Data=0xFFFFFFFF |
Definition at line 865 of file stm32f4xx_ll_dma2d.h.
References LL_DMA2D_ReadReg.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_GetRedColor | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground red color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Red | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1048 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE uint32_t LL_DMA2D_FGND_IsEnabledCLUTLoad | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Indicate if DMA2D foreground CLUT loading is enabled.
DMA2Dx | DMA2D Instance |
State | of bit (1 or 0). |
Definition at line 887 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_Init().
__STATIC_INLINE void LL_DMA2D_FGND_SetAlpha | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | Alpha | ||
) |
Set DMA2D foreground alpha value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Alpha | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 973 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetAlphaMode | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | AphaMode | ||
) |
Set DMA2D foreground alpha mode.
DMA2Dx | DMA2D Instance |
AphaMode | This parameter can be one of the following values: |
None |
Definition at line 947 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetBlueColor | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | Blue | ||
) |
Set DMA2D foreground blue color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Blue | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 1083 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetCLUTColorMode | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | CLUTColorMode | ||
) |
Set DMA2D foreground CLUT color mode.
DMA2Dx | DMA2D Instance |
CLUTColorMode | This parameter can be one of the following values: |
None |
Definition at line 1154 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetCLUTMemAddr | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | CLUTMemoryAddress | ||
) |
Set DMA2D foreground CLUT memory address, expressed on 32 bits ([31:0] bits).
DMA2Dx | DMA2D Instance |
CLUTMemoryAddress | Value between Min_Data=0 and Max_Data=0xFFFFFFFF |
None |
Definition at line 1106 of file stm32f4xx_ll_dma2d.h.
References LL_DMA2D_WriteReg.
Referenced by LL_DMA2D_ConfigLayer().
__STATIC_INLINE void LL_DMA2D_FGND_SetCLUTSize | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | CLUTSize | ||
) |
Set DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
CLUTSize | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 1129 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetColor | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | Red, | ||
uint32_t | Green, | ||
uint32_t | Blue | ||
) |
Set DMA2D foreground color values, expressed on 24 bits ([23:0] bits).
DMA2Dx | DMA2D Instance |
Red | Value between Min_Data=0 and Max_Data=0xFF |
Green | Value between Min_Data=0 and Max_Data=0xFF |
Blue | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 1024 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer().
__STATIC_INLINE void LL_DMA2D_FGND_SetColorMode | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | ColorMode | ||
) |
Set DMA2D foreground color mode.
DMA2Dx | DMA2D Instance |
ColorMode | This parameter can be one of the following values: |
None |
Definition at line 910 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetGreenColor | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | Green | ||
) |
Set DMA2D foreground green color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Green | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 1060 of file stm32f4xx_ll_dma2d.h.
__STATIC_INLINE void LL_DMA2D_FGND_SetLineOffset | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | LineOffset | ||
) |
Set DMA2D foreground line offset, expressed on 14 bits ([13:0] bits).
DMA2Dx | DMA2D Instance |
LineOffset | Value between Min_Data=0 and Max_Data=0x3FF |
None |
Definition at line 997 of file stm32f4xx_ll_dma2d.h.
Referenced by LL_DMA2D_ConfigLayer().
__STATIC_INLINE void LL_DMA2D_FGND_SetMemAddr | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | MemoryAddress | ||
) |
Set DMA2D foreground memory address, expressed on 32 bits ([31:0] bits).
DMA2Dx | DMA2D Instance |
MemoryAddress | Value between Min_Data=0 and Max_Data=0xFFFFFFFF |
None |
Definition at line 854 of file stm32f4xx_ll_dma2d.h.
References LL_DMA2D_WriteReg.
Referenced by LL_DMA2D_ConfigLayer().
__STATIC_INLINE void LL_DMA2D_FGND_SetRedColor | ( | DMA2D_TypeDef * | DMA2Dx, |
uint32_t | Red | ||
) |
Set DMA2D foreground red color value, expressed on 8 bits ([7:0] bits).
DMA2Dx | DMA2D Instance |
Red | Value between Min_Data=0 and Max_Data=0xFF |
None |
Definition at line 1037 of file stm32f4xx_ll_dma2d.h.