HAL
+
0
/1 examples
SourceVu will show references to
__LL_DMA_GET_STREAM
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_MIX
DMA
DMA_FLASHToRAM
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__LL_DMA_GET_STREAM
__LL_DMA_GET_STREAM macro
Convert DMAx_Streamy into LL_DMA_STREAM_y
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_dma.h:421
#define
__LL_DMA_GET_STREAM
(
__STREAM_INSTANCE__
)
\
(
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream0
)
)
?
LL_DMA_STREAM_0
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream0
)
)
?
LL_DMA_STREAM_0
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream1
)
)
?
LL_DMA_STREAM_1
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream1
)
)
?
LL_DMA_STREAM_1
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream2
)
)
?
LL_DMA_STREAM_2
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream2
)
)
?
LL_DMA_STREAM_2
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream3
)
)
?
LL_DMA_STREAM_3
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream3
)
)
?
LL_DMA_STREAM_3
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream4
)
)
?
LL_DMA_STREAM_4
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream4
)
)
?
LL_DMA_STREAM_4
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream5
)
)
?
LL_DMA_STREAM_5
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream5
)
)
?
LL_DMA_STREAM_5
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA1_Stream6
)
)
?
LL_DMA_STREAM_6
:
\
(
(
uint32_t
)
(
__STREAM_INSTANCE__
)
==
(
(
uint32_t
)
DMA2_Stream6
)
)
?
LL_DMA_STREAM_6
:
\
LL_DMA_STREAM_7
)
Arguments
Argument
Description
__STREAM_INSTANCE__
DMAx_Streamy
Return value
LL_DMA_CHANNEL_y
Examples
__LL_DMA_GET_STREAM
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out