HAL
__DMA_HandleTypeDef::StreamIndex
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__DMA_HandleTypeDef::StreamIndex
__DMA_HandleTypeDef::StreamIndex field
DMA Stream Index
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dma.h:166
uint32_t
StreamIndex
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
StreamIndex
;
/*!< DMA Stream Index */
stm32f4xx_hal_dma.h:166
regs
->
IFCR
=
0x3FU
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:292
HAL_DMA_Init()
regs
->
IFCR
=
0x3FU
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:362
HAL_DMA_DeInit()
regs
->
IFCR
=
0x3FU
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:476
HAL_DMA_Start_IT()
regs
->
IFCR
=
0x3FU
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:563
HAL_DMA_Abort()
mask_cpltlevel
=
DMA_FLAG_TCIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:639
HAL_DMA_PollForTransfer()
mask_cpltlevel
=
DMA_FLAG_HTIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:644
HAL_DMA_PollForTransfer()
if
(
(
tmpisr
&
(
DMA_FLAG_TEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:673
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
DMA_FLAG_TEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:679
HAL_DMA_PollForTransfer()
if
(
(
tmpisr
&
(
DMA_FLAG_FEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:682
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
DMA_FLAG_FEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:688
HAL_DMA_PollForTransfer()
if
(
(
tmpisr
&
(
DMA_FLAG_DMEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:691
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
DMA_FLAG_DMEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:697
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
(
DMA_FLAG_HTIF0_4
|
DMA_FLAG_TCIF0_4
)
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:708
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
(
DMA_FLAG_HTIF0_4
|
DMA_FLAG_TCIF0_4
)
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:724
HAL_DMA_PollForTransfer()
regs
->
IFCR
=
(
DMA_FLAG_HTIF0_4
)
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:734
HAL_DMA_PollForTransfer()
if
(
(
tmpisr
&
(
DMA_FLAG_TEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:758
HAL_DMA_IRQHandler()
regs
->
IFCR
=
DMA_FLAG_TEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:766
HAL_DMA_IRQHandler()
if
(
(
tmpisr
&
(
DMA_FLAG_FEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:773
HAL_DMA_IRQHandler()
regs
->
IFCR
=
DMA_FLAG_FEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:778
HAL_DMA_IRQHandler()
if
(
(
tmpisr
&
(
DMA_FLAG_DMEIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:785
HAL_DMA_IRQHandler()
regs
->
IFCR
=
DMA_FLAG_DMEIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:790
HAL_DMA_IRQHandler()
if
(
(
tmpisr
&
(
DMA_FLAG_HTIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:797
HAL_DMA_IRQHandler()
regs
->
IFCR
=
DMA_FLAG_HTIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:802
HAL_DMA_IRQHandler()
if
(
(
tmpisr
&
(
DMA_FLAG_TCIF0_4
<
<
hdma
->
StreamIndex
)
)
!=
RESET
)
stm32f4xx_hal_dma.c:844
HAL_DMA_IRQHandler()
regs
->
IFCR
=
DMA_FLAG_TCIF0_4
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:849
HAL_DMA_IRQHandler()
regs
->
IFCR
=
0x3FU
<
<
hdma
->
StreamIndex
;
stm32f4xx_hal_dma.c:863
HAL_DMA_IRQHandler()
hdma
->
StreamIndex
=
flagBitshiftOffset
[
stream_number
]
;
stm32f4xx_hal_dma.c:1191
DMA_CalcBaseAndBitshift()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__DMA_HandleTypeDef::StreamIndex
is written by 1 function and is read by 6 functions:
DMA_CalcBaseAndBitshift()
All items filtered out
__DMA_HandleTypeDef::StreamIndex
HAL_DMA_Init()
HAL_DMA_DeInit()
HAL_DMA_Start_IT()
HAL_DMA_Abort()
HAL_DMA_PollForTransfer()
HAL_DMA_IRQHandler()
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