Home
last modified time | relevance | path

Searched refs:MemoryAddress (Results 1 – 7 of 7) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_dma2d.c270 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 Dstm32f4xx_ll_dma2d.h145 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 Dstm32f4xx_ll_dma.h1427 …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 Dstm32wbxx_ll_dma.h1018 …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 Dstm32l4xx_ll_dma2d.h168 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 Dstm32l4xx_ll_dma.h1089 …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 Dstm32l4xx_ll_dma2d.c321 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()