HAL + 0/4 examples
CodeScope will show references to LL_DMA_STREAM_2 from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_DMA_STREAM_2 macro

Syntax

#define LL_DMA_STREAM_2 0x00000002U

Examples

LL_DMA_STREAM_2 is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:186
#define LL_DMA_STREAM_2 0x00000002U
stm32f4xx_ll_dma.c:225
else if(Stream == LL_DMA_STREAM_2)
stm32f4xx_ll_dma.h:426
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream2)) ? LL_DMA_STREAM_2 : \
stm32f4xx_ll_dma.h:427
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream2)) ? LL_DMA_STREAM_2 : \
stm32f4xx_ll_dma.h:449
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_2))) ? DMA1_Stream2 : \
stm32f4xx_ll_dma.h:450
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_2))) ? DMA2_Stream2 : \