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

LL_DMA_STREAM_0 macro

Syntax

#define LL_DMA_STREAM_0 0x00000000U

Examples

LL_DMA_STREAM_0 is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:184
#define LL_DMA_STREAM_0 0x00000000U
stm32f4xx_ll_dma.c:215
if(Stream == LL_DMA_STREAM_0)
stm32f4xx_ll_dma.h:422
(((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream0)) ? LL_DMA_STREAM_0 : \
stm32f4xx_ll_dma.h:423
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream0)) ? LL_DMA_STREAM_0 : \
stm32f4xx_ll_dma.h:445
((((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_0))) ? DMA1_Stream0 : \
stm32f4xx_ll_dma.h:446
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_0))) ? DMA2_Stream0 : \