Home
last modified time | relevance | path

Searched refs:DMA_MEMORY_TO_MEMORY (Results 1 – 25 of 52) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma_ex.c110 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
164 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma_ex.c109 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
163 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma_ex.c108 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
162 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_dma.h164 #define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_CCR_MEM2MEM) /*!< Memory to memory direction … macro
410 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_dma.h162 #define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_CCR_MEM2MEM) /*!< Memory to memory direction … macro
410 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_dma.h164 #define DMA_MEMORY_TO_MEMORY ((uint32_t)(DMA_CCR_MEM2MEM)) /*!< Memory to memory direction … macro
485 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma_ex.c124 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
195 if(hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma_ex.c132 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
209 if(hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h347 #define DMA_MEMORY_TO_MEMORY DMA_CTR2_SWREQ /*!< Memory to memory direction */ macro
729 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_dma.h234 #define DMA_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM /*!< Memory to memory direction */ macro
583 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h411 #define DMA_MEMORY_TO_MEMORY DMA_CTR2_SWREQ /*!< Memory to memory direction */ macro
782 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_dma.h231 #define DMA_MEMORY_TO_MEMORY LL_DMA_DIRECTION_MEMORY_TO_MEMORY /*!< Memory to memory di… macro
566 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma_ex.c130 if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart()
227 if(hdma->Init.Direction == DMA_MEMORY_TO_MEMORY) in HAL_DMAEx_MultiBufferStart_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h442 #define DMA_MEMORY_TO_MEMORY DMA_CTR2_SWREQ /*!< Memory to memory direction */ macro
825 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_dma.h270 #define DMA_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM /*!< Memory to memory direction */ macro
629 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dma.h235 #define DMA_MEMORY_TO_MEMORY LL_DMA_DIRECTION_MEMORY_TO_MEMORY /*!< Memory to memory direc… macro
630 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h203 #define DMA_MEMORY_TO_MEMORY DMA_SxCR_DIR_1 /*!< Memory to memory direction … macro
677 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_dma.h165 #define DMA_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM /*!< Memory to memory direction */ macro
605 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h687 #define DMA_MEMORY_TO_MEMORY DMA_CTR2_SWREQ /*!< Memory to memory direction */ macro
1074 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h219 #define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1) /*!< Memory to memory direction … macro
703 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dma.h441 #define DMA_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM /*!< Memory to memory direction */ macro
799 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dma.h314 #define DMA_MEMORY_TO_MEMORY DMA_CCR_MEM2MEM /*!< Memory to memory direction */ macro
722 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h636 #define DMA_MEMORY_TO_MEMORY DMA_CTR2_SWREQ /*!< Memory to memory direction */ macro
1055 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_dma.h257 #define DMA_MEMORY_TO_MEMORY LL_DMA_DIRECTION_MEMORY_TO_MEMORY /*!< Memory to memory di… macro
667 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h229 #define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1) /*!< Memory to memory direction … macro
732 ((DIRECTION) == DMA_MEMORY_TO_MEMORY))

123