Searched refs:LTDC_RGB_InitStruct (Results 1 – 2 of 2) sorted by relevance
288 LTDC_RGBTypeDef LTDC_RGB_InitStruct; in LTDC_GetRGBWidth() local292 LTDC_RGB_InitStruct.LTDC_BlueWidth = (uint32_t)((LTDC->GCR >> 4) & 0x7); in LTDC_GetRGBWidth()293 LTDC_RGB_InitStruct.LTDC_GreenWidth = (uint32_t)((LTDC->GCR >> 8) & 0x7); in LTDC_GetRGBWidth()294 LTDC_RGB_InitStruct.LTDC_RedWidth = (uint32_t)((LTDC->GCR >> 12) & 0x7); in LTDC_GetRGBWidth()296 return LTDC_RGB_InitStruct; in LTDC_GetRGBWidth()306 void LTDC_RGBStructInit(LTDC_RGBTypeDef* LTDC_RGB_InitStruct) in LTDC_RGBStructInit() argument308 LTDC_RGB_InitStruct->LTDC_BlueWidth = 0x02; in LTDC_RGBStructInit()309 LTDC_RGB_InitStruct->LTDC_GreenWidth = 0x02; in LTDC_RGBStructInit()310 LTDC_RGB_InitStruct->LTDC_RedWidth = 0x02; in LTDC_RGBStructInit()
490 void LTDC_RGBStructInit(LTDC_RGBTypeDef* LTDC_RGB_InitStruct);
Completed in 8 milliseconds