Searched refs:DMA2D_ColorStruct (Results 1 – 4 of 4) sorted by relevance
163 LL_DMA2D_ColorTypeDef DMA2D_ColorStruct; in LL_DMA2D_Init() local207 DMA2D_ColorStruct.ColorMode = DMA2D_InitStruct->ColorMode; in LL_DMA2D_Init()208 DMA2D_ColorStruct.OutputBlue = DMA2D_InitStruct->OutputBlue; in LL_DMA2D_Init()209 DMA2D_ColorStruct.OutputGreen = DMA2D_InitStruct->OutputGreen; in LL_DMA2D_Init()210 DMA2D_ColorStruct.OutputRed = DMA2D_InitStruct->OutputRed; in LL_DMA2D_Init()211 DMA2D_ColorStruct.OutputAlpha = DMA2D_InitStruct->OutputAlpha; in LL_DMA2D_Init()212 LL_DMA2D_ConfigOutputColor(DMA2Dx, &DMA2D_ColorStruct); in LL_DMA2D_Init()341 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct) in LL_DMA2D_ConfigOutputColor() argument349 assert_param(IS_LL_DMA2D_OCMODE(DMA2D_ColorStruct->ColorMode)); in LL_DMA2D_ConfigOutputColor()350 assert_param(IS_LL_DMA2D_GREEN(DMA2D_ColorStruct->OutputGreen)); in LL_DMA2D_ConfigOutputColor()[all …]
185 LL_DMA2D_ColorTypeDef DMA2D_ColorStruct; in LL_DMA2D_Init() local248 DMA2D_ColorStruct.ColorMode = DMA2D_InitStruct->ColorMode; in LL_DMA2D_Init()249 DMA2D_ColorStruct.OutputBlue = DMA2D_InitStruct->OutputBlue; in LL_DMA2D_Init()250 DMA2D_ColorStruct.OutputGreen = DMA2D_InitStruct->OutputGreen; in LL_DMA2D_Init()251 DMA2D_ColorStruct.OutputRed = DMA2D_InitStruct->OutputRed; in LL_DMA2D_Init()252 DMA2D_ColorStruct.OutputAlpha = DMA2D_InitStruct->OutputAlpha; in LL_DMA2D_Init()253 LL_DMA2D_ConfigOutputColor(DMA2Dx, &DMA2D_ColorStruct); in LL_DMA2D_Init()400 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct) in LL_DMA2D_ConfigOutputColor() argument408 assert_param(IS_LL_DMA2D_OCMODE(DMA2D_ColorStruct->ColorMode)); in LL_DMA2D_ConfigOutputColor()409 assert_param(IS_LL_DMA2D_GREEN(DMA2D_ColorStruct->OutputGreen)); in LL_DMA2D_ConfigOutputColor()[all …]
1815 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct);
2125 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct);