Searched refs:LL_DMA_SetChannelSelection (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_dma.c | 215 LL_DMA_SetChannelSelection(DMAx, Stream, LL_DMA_CHANNEL_0); in LL_DMA_DeInit() 376 LL_DMA_SetChannelSelection(DMAx, Stream, DMA_InitStruct->Channel); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_dma.c | 213 LL_DMA_SetChannelSelection(DMAx, Stream, LL_DMA_CHANNEL_0); in LL_DMA_DeInit() 374 LL_DMA_SetChannelSelection(DMAx, Stream, DMA_InitStruct->Channel); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_dma.c | 234 LL_DMA_SetChannelSelection(DMAx, Stream, LL_DMA_CHANNEL_0); in LL_DMA_DeInit() 395 LL_DMA_SetChannelSelection(DMAx, Stream, DMA_InitStruct->Channel); in LL_DMA_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_dma.h | 1009 __STATIC_INLINE void LL_DMA_SetChannelSelection(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Channe… in LL_DMA_SetChannelSelection() function
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_dma.h | 1032 __STATIC_INLINE void LL_DMA_SetChannelSelection(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Channe… in LL_DMA_SetChannelSelection() function
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_dma.h | 1019 __STATIC_INLINE void LL_DMA_SetChannelSelection(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Channe… in LL_DMA_SetChannelSelection() function
|