|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Foreground Configuration Functions: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). @rmtoll FGMAR MA LL_DMA2D_FGND_SetMemAddr. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetMemAddr (DMA2D_TypeDef *DMA2Dx) |
| Get DMA2D foreground memory address, expressed on 32 bits ([31:0] bits). @rmtoll FGMAR MA LL_DMA2D_FGND_GetMemAddr. More... | |
| __STATIC_INLINE void | LL_DMA2D_FGND_EnableCLUTLoad (DMA2D_TypeDef *DMA2Dx) |
| Enable DMA2D foreground CLUT loading. @rmtoll FGPFCCR START LL_DMA2D_FGND_EnableCLUTLoad. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_IsEnabledCLUTLoad (DMA2D_TypeDef *DMA2Dx) |
| Indicate if DMA2D foreground CLUT loading is enabled. @rmtoll FGPFCCR START LL_DMA2D_FGND_IsEnabledCLUTLoad. More... | |
| __STATIC_INLINE void | LL_DMA2D_FGND_SetColorMode (DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) |
| Set DMA2D foreground color mode. @rmtoll FGPFCCR CM LL_DMA2D_FGND_SetColorMode. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetColorMode (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground color mode. @rmtoll FGPFCCR CM LL_DMA2D_FGND_GetColorMode. More... | |
| __STATIC_INLINE void | LL_DMA2D_FGND_SetAlphaMode (DMA2D_TypeDef *DMA2Dx, uint32_t AphaMode) |
| Set DMA2D foreground alpha mode. @rmtoll FGPFCCR AM LL_DMA2D_FGND_SetAlphaMode. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetAlphaMode (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground alpha mode. @rmtoll FGPFCCR AM LL_DMA2D_FGND_GetAlphaMode. More... | |
| __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). @rmtoll FGPFCCR ALPHA LL_DMA2D_FGND_SetAlpha. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetAlpha (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground alpha value, expressed on 8 bits ([7:0] bits). @rmtoll FGPFCCR ALPHA LL_DMA2D_FGND_GetAlpha. More... | |
| __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). @rmtoll FGOR LO LL_DMA2D_FGND_SetLineOffset. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetLineOffset (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground line offset, expressed on 14 bits ([13:0] bits). @rmtoll FGOR LO LL_DMA2D_FGND_GetLineOffset. More... | |
| __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). @rmtoll FGCOLR RED LL_DMA2D_FGND_SetColor @rmtoll FGCOLR GREEN LL_DMA2D_FGND_SetColor @rmtoll FGCOLR BLUE LL_DMA2D_FGND_SetColor. More... | |
| __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). @rmtoll FGCOLR RED LL_DMA2D_FGND_SetRedColor. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetRedColor (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground red color value, expressed on 8 bits ([7:0] bits). @rmtoll FGCOLR RED LL_DMA2D_FGND_GetRedColor. More... | |
| __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). @rmtoll FGCOLR GREEN LL_DMA2D_FGND_SetGreenColor. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetGreenColor (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground green color value, expressed on 8 bits ([7:0] bits). @rmtoll FGCOLR GREEN LL_DMA2D_FGND_GetGreenColor. More... | |
| __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). @rmtoll FGCOLR BLUE LL_DMA2D_FGND_SetBlueColor. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetBlueColor (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground blue color value, expressed on 8 bits ([7:0] bits). @rmtoll FGCOLR BLUE LL_DMA2D_FGND_GetBlueColor. More... | |
| __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). @rmtoll FGCMAR MA LL_DMA2D_FGND_SetCLUTMemAddr. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTMemAddr (DMA2D_TypeDef *DMA2Dx) |
| Get DMA2D foreground CLUT memory address, expressed on 32 bits ([31:0] bits). @rmtoll FGCMAR MA LL_DMA2D_FGND_GetCLUTMemAddr. More... | |
| __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). @rmtoll FGPFCCR CS LL_DMA2D_FGND_SetCLUTSize. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTSize (DMA2D_TypeDef *DMA2Dx) |
| Get DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits). @rmtoll FGPFCCR CS LL_DMA2D_FGND_GetCLUTSize. More... | |
| __STATIC_INLINE void | LL_DMA2D_FGND_SetCLUTColorMode (DMA2D_TypeDef *DMA2Dx, uint32_t CLUTColorMode) |
| Set DMA2D foreground CLUT color mode. @rmtoll FGPFCCR CCM LL_DMA2D_FGND_SetCLUTColorMode. More... | |
| __STATIC_INLINE uint32_t | LL_DMA2D_FGND_GetCLUTColorMode (DMA2D_TypeDef *DMA2Dx) |
| Return DMA2D foreground CLUT color mode. @rmtoll FGPFCCR CCM LL_DMA2D_FGND_GetCLUTColorMode. More... | |
| __STATIC_INLINE void LL_DMA2D_FGND_EnableCLUTLoad | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Enable DMA2D foreground CLUT loading. @rmtoll FGPFCCR START LL_DMA2D_FGND_EnableCLUTLoad.
| DMA2Dx | DMA2D Instance |
| None |
Definition at line 875 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). @rmtoll FGPFCCR ALPHA LL_DMA2D_FGND_GetAlpha.
| DMA2Dx | DMA2D Instance |
| Alpha | value between Min_Data=0 and Max_Data=0xFF |
Definition at line 983 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_FGND_GetAlphaMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground alpha mode. @rmtoll FGPFCCR AM LL_DMA2D_FGND_GetAlphaMode.
| DMA2Dx | DMA2D Instance |
| Returned | value can be one of the following values:
|
Definition at line 960 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). @rmtoll FGCOLR BLUE LL_DMA2D_FGND_GetBlueColor.
| DMA2Dx | DMA2D Instance |
| Blue | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1093 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_FGND_GetCLUTColorMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground CLUT color mode. @rmtoll FGPFCCR CCM LL_DMA2D_FGND_GetCLUTColorMode.
| DMA2Dx | DMA2D Instance |
| Returned | value can be one of the following values:
|
Definition at line 1166 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). @rmtoll FGCMAR MA LL_DMA2D_FGND_GetCLUTMemAddr.
| DMA2Dx | DMA2D Instance |
| Foreground | CLUT memory address value between Min_Data=0 and Max_Data=0xFFFFFFFF |
Definition at line 1116 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_FGND_GetCLUTSize | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Get DMA2D foreground CLUT size, expressed on 8 bits ([7:0] bits). @rmtoll FGPFCCR CS LL_DMA2D_FGND_GetCLUTSize.
| DMA2Dx | DMA2D Instance |
| Foreground | CLUT size value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1139 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_FGND_GetColorMode | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground color mode. @rmtoll FGPFCCR CM LL_DMA2D_FGND_GetColorMode.
| DMA2Dx | DMA2D Instance |
| Returned | value can be one of the following values:
|
Definition at line 931 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). @rmtoll FGCOLR GREEN LL_DMA2D_FGND_GetGreenColor.
| DMA2Dx | DMA2D Instance |
| Green | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1070 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). @rmtoll FGOR LO LL_DMA2D_FGND_GetLineOffset.
| DMA2Dx | DMA2D Instance |
| Foreground | line offset value between Min_Data=0 and Max_Data=0x3FF |
Definition at line 1007 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). @rmtoll FGMAR MA LL_DMA2D_FGND_GetMemAddr.
| DMA2Dx | DMA2D Instance |
| Foreground | memory address value between Min_Data=0 and Max_Data=0xFFFFFFFF |
Definition at line 864 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE uint32_t LL_DMA2D_FGND_GetRedColor | ( | DMA2D_TypeDef * | DMA2Dx | ) |
Return DMA2D foreground red color value, expressed on 8 bits ([7:0] bits). @rmtoll FGCOLR RED LL_DMA2D_FGND_GetRedColor.
| DMA2Dx | DMA2D Instance |
| Red | color value between Min_Data=0 and Max_Data=0xFF |
Definition at line 1047 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. @rmtoll FGPFCCR START LL_DMA2D_FGND_IsEnabledCLUTLoad.
| DMA2Dx | DMA2D Instance |
| State | of bit (1 or 0). |
Definition at line 886 of file stm32f4xx_ll_dma2d.h.
| __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). @rmtoll FGPFCCR ALPHA LL_DMA2D_FGND_SetAlpha.
| DMA2Dx | DMA2D Instance |
| Alpha | Value between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 972 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_FGND_SetAlphaMode | ( | DMA2D_TypeDef * | DMA2Dx, |
| uint32_t | AphaMode | ||
| ) |
Set DMA2D foreground alpha mode. @rmtoll FGPFCCR AM LL_DMA2D_FGND_SetAlphaMode.
| DMA2Dx | DMA2D Instance |
| AphaMode | This parameter can be one of the following values:
|
| None |
Definition at line 946 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). @rmtoll FGCOLR BLUE LL_DMA2D_FGND_SetBlueColor.
| DMA2Dx | DMA2D Instance |
| Blue | Value between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 1082 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. @rmtoll FGPFCCR CCM LL_DMA2D_FGND_SetCLUTColorMode.
| DMA2Dx | DMA2D Instance |
| CLUTColorMode | This parameter can be one of the following values:
|
| None |
Definition at line 1153 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). @rmtoll FGCMAR MA LL_DMA2D_FGND_SetCLUTMemAddr.
| DMA2Dx | DMA2D Instance |
| CLUTMemoryAddress | Value between Min_Data=0 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 1105 of file stm32f4xx_ll_dma2d.h.
| __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). @rmtoll FGPFCCR CS LL_DMA2D_FGND_SetCLUTSize.
| DMA2Dx | DMA2D Instance |
| CLUTSize | Value between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 1128 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). @rmtoll FGCOLR RED LL_DMA2D_FGND_SetColor @rmtoll FGCOLR GREEN LL_DMA2D_FGND_SetColor @rmtoll FGCOLR BLUE LL_DMA2D_FGND_SetColor.
| 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 1023 of file stm32f4xx_ll_dma2d.h.
| __STATIC_INLINE void LL_DMA2D_FGND_SetColorMode | ( | DMA2D_TypeDef * | DMA2Dx, |
| uint32_t | ColorMode | ||
| ) |
Set DMA2D foreground color mode. @rmtoll FGPFCCR CM LL_DMA2D_FGND_SetColorMode.
| DMA2Dx | DMA2D Instance |
| ColorMode | This parameter can be one of the following values:
|
| None |
Definition at line 909 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). @rmtoll FGCOLR GREEN LL_DMA2D_FGND_SetGreenColor.
| DMA2Dx | DMA2D Instance |
| Green | Value between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 1059 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). @rmtoll FGOR LO LL_DMA2D_FGND_SetLineOffset.
| DMA2Dx | DMA2D Instance |
| LineOffset | Value between Min_Data=0 and Max_Data=0x3FF |
| None |
Definition at line 996 of file stm32f4xx_ll_dma2d.h.
| __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). @rmtoll FGMAR MA LL_DMA2D_FGND_SetMemAddr.
| DMA2Dx | DMA2D Instance |
| MemoryAddress | Value between Min_Data=0 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 853 of file stm32f4xx_ll_dma2d.h.
| __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). @rmtoll FGCOLR RED LL_DMA2D_FGND_SetRedColor.
| DMA2Dx | DMA2D Instance |
| Red | Value between Min_Data=0 and Max_Data=0xFF |
| None |
Definition at line 1036 of file stm32f4xx_ll_dma2d.h.