HAL
LL_DMA_STREAM_4 is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_DMA_STREAM_4 macro

Syntax

#define LL_DMA_STREAM_4 0x00000004U

References

LocationText
stm32f4xx_ll_dma.h:188
#define LL_DMA_STREAM_4 0x00000004U
stm32f4xx_ll_dma.c:235
else if(Stream == LL_DMA_STREAM_4)
stm32f4xx_ll_dma.h:430
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA1_Stream4)) ? LL_DMA_STREAM_4 : \
stm32f4xx_ll_dma.h:431
((uint32_t)(__STREAM_INSTANCE__) == ((uint32_t)DMA2_Stream4)) ? LL_DMA_STREAM_4 : \
stm32f4xx_ll_dma.h:453
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA1)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_4))) ? DMA1_Stream4 : \
stm32f4xx_ll_dma.h:454
(((uint32_t)(__DMA_INSTANCE__) == ((uint32_t)DMA2)) && ((uint32_t)(__STREAM__) == ((uint32_t)LL_DMA_STREAM_4))) ? DMA2_Stream4 : \