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

LL_DMA_STREAM_1 macro

Syntax

#define LL_DMA_STREAM_1 0x00000001U

Examples

LL_DMA_STREAM_1 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:185
#define LL_DMA_STREAM_1 0x00000001U
stm32f4xx_ll_dma.c:220
else if(Stream == LL_DMA_STREAM_1)
stm32f4xx_ll_dma.h:424
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream1)) ? LL_DMA_STREAM_1 : \
stm32f4xx_ll_dma.h:425
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream1)) ? LL_DMA_STREAM_1 : \
stm32f4xx_ll_dma.h:447
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_1))) ? DMA1_Stream1 : \
stm32f4xx_ll_dma.h:448
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_1))) ? DMA2_Stream1 : \