Home
last modified time | relevance | path

Searched refs:LL_DMA_SetChannelSelection (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_dma.c214 LL_DMA_SetChannelSelection(DMAx, Stream, LL_DMA_CHANNEL_0); in LL_DMA_DeInit()
375 LL_DMA_SetChannelSelection(DMAx, Stream, DMA_InitStruct->Channel); in LL_DMA_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_dma.h1010 __STATIC_INLINE void LL_DMA_SetChannelSelection(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Channe… in LL_DMA_SetChannelSelection() function