Home
last modified time | relevance | path

Searched refs:DMA2D_TypeDef (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_dma2d.h510 __STATIC_INLINE void LL_DMA2D_Start(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Start()
521 __STATIC_INLINE uint32_t LL_DMA2D_IsTransferOngoing(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsTransferOngoing()
533 __STATIC_INLINE void LL_DMA2D_Suspend(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Suspend()
545 __STATIC_INLINE void LL_DMA2D_Resume(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Resume()
558 __STATIC_INLINE uint32_t LL_DMA2D_IsSuspended(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsSuspended()
570 __STATIC_INLINE void LL_DMA2D_Abort(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Abort()
583 __STATIC_INLINE uint32_t LL_DMA2D_IsAborted(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsAborted()
603 __STATIC_INLINE void LL_DMA2D_SetMode(DMA2D_TypeDef *DMA2Dx, uint32_t Mode) in LL_DMA2D_SetMode()
622 __STATIC_INLINE uint32_t LL_DMA2D_GetMode(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_GetMode()
639 __STATIC_INLINE void LL_DMA2D_SetOutputColorMode(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_SetOutputColorMode()
[all …]
H A Dstm32l4xx_hal_dma2d.h145DMA2D_TypeDef *Instance; /*!< DMA…
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_dma2d.h432 __STATIC_INLINE void LL_DMA2D_Start(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Start()
443 __STATIC_INLINE uint32_t LL_DMA2D_IsTransferOngoing(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsTransferOngoing()
455 __STATIC_INLINE void LL_DMA2D_Suspend(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Suspend()
467 __STATIC_INLINE void LL_DMA2D_Resume(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Resume()
480 __STATIC_INLINE uint32_t LL_DMA2D_IsSuspended(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsSuspended()
492 __STATIC_INLINE void LL_DMA2D_Abort(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_Abort()
505 __STATIC_INLINE uint32_t LL_DMA2D_IsAborted(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_IsAborted()
521 __STATIC_INLINE void LL_DMA2D_SetMode(DMA2D_TypeDef *DMA2Dx, uint32_t Mode) in LL_DMA2D_SetMode()
536 __STATIC_INLINE uint32_t LL_DMA2D_GetMode(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_GetMode()
553 __STATIC_INLINE void LL_DMA2D_SetOutputColorMode(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_SetOutputColorMode()
[all …]
H A Dstm32f4xx_hal_dma2d.h126DMA2D_TypeDef *Instance; /*!< DMA…
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_dma2d.c126 ErrorStatus LL_DMA2D_DeInit(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_DeInit()
160 ErrorStatus LL_DMA2D_Init(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_InitTypeDef *DMA2D_InitStruct) in LL_DMA2D_Init()
253 void LL_DMA2D_ConfigLayer(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_LayerCfgTypeDef *DMA2D_LayerCfg, uint32_t… in LL_DMA2D_ConfigLayer()
341 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct) in LL_DMA2D_ConfigOutputColor()
400 uint32_t LL_DMA2D_GetOutputBlueColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputBlueColor()
444 uint32_t LL_DMA2D_GetOutputGreenColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputGreenColor()
488 uint32_t LL_DMA2D_GetOutputRedColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputRedColor()
532 uint32_t LL_DMA2D_GetOutputAlphaColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputAlphaColor()
568 void LL_DMA2D_ConfigSize(DMA2D_TypeDef *DMA2Dx, uint32_t NbrOfLines, uint32_t NbrOfPixelsPerLines) in LL_DMA2D_ConfigSize()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_dma2d.c148 ErrorStatus LL_DMA2D_DeInit(DMA2D_TypeDef *DMA2Dx) in LL_DMA2D_DeInit()
182 ErrorStatus LL_DMA2D_Init(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_InitTypeDef *DMA2D_InitStruct) in LL_DMA2D_Init()
302 void LL_DMA2D_ConfigLayer(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_LayerCfgTypeDef *DMA2D_LayerCfg, uint32_t… in LL_DMA2D_ConfigLayer()
400 void LL_DMA2D_ConfigOutputColor(DMA2D_TypeDef *DMA2Dx, LL_DMA2D_ColorTypeDef *DMA2D_ColorStruct) in LL_DMA2D_ConfigOutputColor()
459 uint32_t LL_DMA2D_GetOutputBlueColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputBlueColor()
503 uint32_t LL_DMA2D_GetOutputGreenColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputGreenColor()
547 uint32_t LL_DMA2D_GetOutputRedColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputRedColor()
591 uint32_t LL_DMA2D_GetOutputAlphaColor(DMA2D_TypeDef *DMA2Dx, uint32_t ColorMode) in LL_DMA2D_GetOutputAlphaColor()
627 void LL_DMA2D_ConfigSize(DMA2D_TypeDef *DMA2Dx, uint32_t NbrOfLines, uint32_t NbrOfPixelsPerLines) in LL_DMA2D_ConfigSize()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f427xx.h398 } DMA2D_TypeDef; typedef
1226 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)
H A Dstm32f437xx.h399 } DMA2D_TypeDef; typedef
1301 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)
H A Dstm32f429xx.h400 } DMA2D_TypeDef; typedef
1282 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)
H A Dstm32f439xx.h401 } DMA2D_TypeDef; typedef
1355 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)
H A Dstm32f469xx.h402 } DMA2D_TypeDef; typedef
1373 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)
H A Dstm32f479xx.h403 } DMA2D_TypeDef; typedef
1446 #define DMA2D ((DMA2D_TypeDef *)DMA2D_BASE)