Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
709 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
711 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
905 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
907 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
813 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
815 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
905 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
907 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
918 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
920 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
905 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
907 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dma2d.c206 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
241 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma2d.h138 uint32_t OutputMemoryAddress; /*!< Specifies the memory address. member
911 __STATIC_INLINE void LL_DMA2D_SetOutputMemAddr(DMA2D_TypeDef *DMA2Dx, uint32_t OutputMemoryAddress) in LL_DMA2D_SetOutputMemAddr() argument
913 LL_DMA2D_WriteReg(DMA2Dx, OMAR, OutputMemoryAddress); in LL_DMA2D_SetOutputMemAddr()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma2d.c221 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
256 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma2d.c229 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
265 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma2d.c229 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
265 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dma2d.c247 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
285 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma2d.c229 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
265 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma2d.c231 LL_DMA2D_SetOutputMemAddr(DMA2Dx, DMA2D_InitStruct->OutputMemoryAddress); in LL_DMA2D_Init()
267 DMA2D_InitStruct->OutputMemoryAddress = 0x0U; in LL_DMA2D_StructInit()