HAL + 0/1 examples
CodeScope will show references to LL_DMA_STREAM_6 from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
USART
 
Symbols
loading...
Files
loading...

LL_DMA_STREAM_6 macro

Syntax

#define LL_DMA_STREAM_6 0x00000006U

Examples

LL_DMA_STREAM_6 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:190
#define LL_DMA_STREAM_6 0x00000006U
stm32f4xx_ll_dma.c:245
else if(Stream == LL_DMA_STREAM_6)
stm32f4xx_ll_dma.h:434
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream6)) ? LL_DMA_STREAM_6 : \
stm32f4xx_ll_dma.h:435
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream6)) ? LL_DMA_STREAM_6 : \
stm32f4xx_ll_dma.h:457
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_6))) ? DMA1_Stream6 : \
stm32f4xx_ll_dma.h:458
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_6))) ? DMA2_Stream6 : \