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

LL_DMA_STREAM_3 macro

Syntax

#define LL_DMA_STREAM_3 0x00000003U

Examples

LL_DMA_STREAM_3 is referenced by 5 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:187
#define LL_DMA_STREAM_3 0x00000003U
stm32f4xx_ll_dma.c:230
else if(Stream == LL_DMA_STREAM_3)
stm32f4xx_ll_dma.h:428
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream3)) ? LL_DMA_STREAM_3 : \
stm32f4xx_ll_dma.h:429
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream3)) ? LL_DMA_STREAM_3 : \
stm32f4xx_ll_dma.h:451
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_3))) ? DMA1_Stream3 : \
stm32f4xx_ll_dma.h:452
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_3))) ? DMA2_Stream3 : \