/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_dma.c | 165 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 301 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_dma.c | 157 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 308 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_dma.c | 186 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 331 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_dma.c | 177 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 322 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_dma.c | 188 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 344 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_dma.c | 201 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 346 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_dma.c | 196 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 353 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_dma.c | 195 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 344 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_dma.c | 216 LL_DMA_SetPeriphRequest(DMAx, Channel, LL_DMAMUX_REQ_MEM2MEM); in LL_DMA_DeInit() 375 DMA_InitStruct->PeriphRequest = LL_DMAMUX_REQ_MEM2MEM; in LL_DMA_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_dmamux.h | 62 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< Memory to Memory transfer */ macro
|
D | stm32wb0x_hal_dma.h | 169 #define DMA_REQUEST_MEM2MEM LL_DMAMUX_REQ_MEM2MEM /*!< memory to memory trans…
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_dma.h | 181 #define DMA_REQUEST_MEM2MEM LL_DMAMUX_REQ_MEM2MEM /*!< memory to memory transfer */
|
D | stm32wlxx_ll_dmamux.h | 126 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_dmamux.h | 124 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_dma.h | 181 #define DMA_REQUEST_MEM2MEM LL_DMAMUX_REQ_MEM2MEM /*!< memory to memory trans…
|
D | stm32wbxx_ll_dmamux.h | 130 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_dma.h | 183 #define DMA_REQUEST_MEM2MEM LL_DMAMUX_REQ_MEM2MEM /*!< memory to memory transfer */
|
D | stm32u0xx_ll_dmamux.h | 126 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_dma.h | 183 #define DMA_REQUEST_MEM2MEM LL_DMAMUX_REQ_MEM2MEM /*!< memory to memory transfer */
|
D | stm32g0xx_ll_dmamux.h | 134 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_dmamux.h | 130 #define LL_DMAMUX_REQ_MEM2MEM 0U /*!< Memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_dmamux.h | 126 #define LL_DMAMUX_REQ_MEM2MEM 0U /*!< Memory to memory transfer */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_dmamux.h | 138 #define LL_DMAMUX_REQ_MEM2MEM 0x00000000U /*!< Memory to memory transfer */ macro
|