Home
last modified time | relevance | path

Searched refs:OutputMemoryAddress (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_dma2d.c204 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
239 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_dma2d.h115 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
653 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
655 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_dma2d.c245 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
283 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_dma2d.h115 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
857 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
859 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()