Home
last modified time | relevance | path

Searched refs:LL_DMA_DIRECTION_MEMORY_TO_MEMORY (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_dma.c88 …MA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY) || \
342 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
446 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
490 DMA_InitStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_StructInit()
648 DMA_InitNodeStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_NodeStructInit()
680 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
784 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c117 …MA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY) || \
408 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
538 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
625 DMA_InitStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_StructInit()
809 DMA_InitNodeStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_NodeStructInit()
851 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
982 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c125 …MA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY) || \
397 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
522 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
609 DMA_InitStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_StructInit()
778 DMA_InitNodeStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_NodeStructInit()
821 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
941 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma.c161 …MA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY) || \
437 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
565 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
652 DMA_InitStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_StructInit()
833 DMA_InitNodeStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_NodeStructInit()
876 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
992 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma.c164 …MA_DIRECTION(__VALUE__) (((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY) || \
459 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
601 if (DMA_InitStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_Init()
688 DMA_InitStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_StructInit()
875 DMA_InitNodeStruct->Direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in LL_DMA_NodeStructInit()
920 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
1057 if (DMA_InitNodeStruct->Direction != LL_DMA_DIRECTION_MEMORY_TO_MEMORY) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_dma.c49 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_dma.c49 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_dma.c49 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dma.c49 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_dma.c49 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma.c48 ((__VALUE__) == LL_DMA_DIRECTION_MEMORY_TO_MEMORY))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma.c48 … ((__VALUE__) == LL_DMA_DIRECTION_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…

123