Home
last modified time | relevance | path

Searched refs:DMA2D_FG_InitStruct (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dma2d.c319 DMA2D->FGMAR = (DMA2D_FG_InitStruct->DMA2D_FGMA); in DMA2D_FGConfig()
323 DMA2D->FGOR |= (DMA2D_FG_InitStruct->DMA2D_FGO); in DMA2D_FGConfig()
341 DMA2D->FGCMAR = DMA2D_FG_InitStruct->DMA2D_FGCMAR; in DMA2D_FGConfig()
353 DMA2D_FG_InitStruct->DMA2D_FGMA = 0x00; in DMA2D_FG_StructInit()
356 DMA2D_FG_InitStruct->DMA2D_FGO = 0x00; in DMA2D_FG_StructInit()
359 DMA2D_FG_InitStruct->DMA2D_FGCM = CM_ARGB8888; in DMA2D_FG_StructInit()
365 DMA2D_FG_InitStruct->DMA2D_FG_CLUT_SIZE = 0x00; in DMA2D_FG_StructInit()
374 DMA2D_FG_InitStruct->DMA2D_FGC_BLUE = 0x00; in DMA2D_FG_StructInit()
377 DMA2D_FG_InitStruct->DMA2D_FGC_GREEN = 0x00; in DMA2D_FG_StructInit()
380 DMA2D_FG_InitStruct->DMA2D_FGC_RED = 0x00; in DMA2D_FG_StructInit()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dma2d.h445 void DMA2D_FGConfig(DMA2D_FG_InitTypeDef* DMA2D_FG_InitStruct);
446 void DMA2D_FG_StructInit(DMA2D_FG_InitTypeDef* DMA2D_FG_InitStruct);

Completed in 5 milliseconds