/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_dma2d.c | 270 LL_DMA2D_BGND_SetMemAddr(DMA2Dx, DMA2D_LayerCfg->MemoryAddress); in LL_DMA2D_ConfigLayer() 291 LL_DMA2D_FGND_SetMemAddr(DMA2Dx, DMA2D_LayerCfg->MemoryAddress); in LL_DMA2D_ConfigLayer() 320 DMA2D_LayerCfg->MemoryAddress = 0x0U; in LL_DMA2D_LayerCfgStructInit()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_dma2d.h | 145 uint32_t MemoryAddress; /*!< Specifies the foreground or background memory address. member 797 __STATIC_INLINE void LL_DMA2D_FGND_SetMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t MemoryAddress) in LL_DMA2D_FGND_SetMemAddr() argument 799 LL_DMA2D_WriteReg(DMA2Dx, FGMAR, MemoryAddress); in LL_DMA2D_FGND_SetMemAddr() 1130 __STATIC_INLINE void LL_DMA2D_BGND_SetMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t MemoryAddress) in LL_DMA2D_BGND_SetMemAddr() argument 1132 LL_DMA2D_WriteReg(DMA2Dx, BGMAR, MemoryAddress); in LL_DMA2D_BGND_SetMemAddr()
|
H A D | stm32f4xx_ll_dma.h | 1427 …TIC_INLINE void LL_DMA_SetMemoryAddress(DMA_TypeDef* DMAx, uint32_t Stream, uint32_t MemoryAddress) in LL_DMA_SetMemoryAddress() argument 1429 …MA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, MemoryAddress); in LL_DMA_SetMemoryAddress() 1515 …TIC_INLINE void LL_DMA_SetM2MSrcAddress(DMA_TypeDef* DMAx, uint32_t Stream, uint32_t MemoryAddress) in LL_DMA_SetM2MSrcAddress() argument 1517 …DMA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->PAR, MemoryAddress); in LL_DMA_SetM2MSrcAddress() 1538 …TIC_INLINE void LL_DMA_SetM2MDstAddress(DMA_TypeDef* DMAx, uint32_t Stream, uint32_t MemoryAddress) in LL_DMA_SetM2MDstAddress() argument 1540 …MA_Stream_TypeDef*)((uint32_t)((uint32_t)DMAx + STREAM_OFFSET_TAB[Stream])))->M0AR, MemoryAddress); in LL_DMA_SetM2MDstAddress()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_ll_dma.h | 1018 …IC_INLINE void LL_DMA_SetMemoryAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetMemoryAddress() argument 1020 WRITE_REG(__LL_DMA_INSTANCE_TO_CHANNEL(DMAx, Channel - 1U)->CMAR, MemoryAddress); in LL_DMA_SetMemoryAddress() 1102 …IC_INLINE void LL_DMA_SetM2MSrcAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MSrcAddress() argument 1104 WRITE_REG(__LL_DMA_INSTANCE_TO_CHANNEL(DMAx, Channel - 1U)->CPAR, MemoryAddress); in LL_DMA_SetM2MSrcAddress() 1124 …IC_INLINE void LL_DMA_SetM2MDstAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MDstAddress() argument 1126 WRITE_REG(__LL_DMA_INSTANCE_TO_CHANNEL(DMAx, Channel - 1U)->CMAR, MemoryAddress); in LL_DMA_SetM2MDstAddress()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_dma2d.h | 168 uint32_t MemoryAddress; /*!< Specifies the foreground or background memory address. member 1001 __STATIC_INLINE void LL_DMA2D_FGND_SetMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t MemoryAddress) in LL_DMA2D_FGND_SetMemAddr() argument 1003 LL_DMA2D_WriteReg(DMA2Dx, FGMAR, MemoryAddress); in LL_DMA2D_FGND_SetMemAddr() 1387 __STATIC_INLINE void LL_DMA2D_BGND_SetMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t MemoryAddress) in LL_DMA2D_BGND_SetMemAddr() argument 1389 LL_DMA2D_WriteReg(DMA2Dx, BGMAR, MemoryAddress); in LL_DMA2D_BGND_SetMemAddr()
|
H A D | stm32l4xx_ll_dma.h | 1089 …IC_INLINE void LL_DMA_SetMemoryAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetMemoryAddress() argument 1092 …E_REG(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR, MemoryAddress); in LL_DMA_SetMemoryAddress() 1177 …IC_INLINE void LL_DMA_SetM2MSrcAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MSrcAddress() argument 1180 …E_REG(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CPAR, MemoryAddress); in LL_DMA_SetM2MSrcAddress() 1200 …IC_INLINE void LL_DMA_SetM2MDstAddress(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) in LL_DMA_SetM2MDstAddress() argument 1203 …E_REG(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR, MemoryAddress); in LL_DMA_SetM2MDstAddress()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_dma2d.c | 321 LL_DMA2D_BGND_SetMemAddr(DMA2Dx, DMA2D_LayerCfg->MemoryAddress); in LL_DMA2D_ConfigLayer() 345 LL_DMA2D_FGND_SetMemAddr(DMA2Dx, DMA2D_LayerCfg->MemoryAddress); in LL_DMA2D_ConfigLayer() 377 DMA2D_LayerCfg->MemoryAddress = 0x0U; in LL_DMA2D_LayerCfgStructInit()
|