HAL
TIM_DMA_ID_TRIGGER
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
TIM_DMA_ID_TRIGGER
TIM_DMA_ID_TRIGGER macro
Index of the DMA handle used for Trigger DMA requests
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:995
#define
TIM_DMA_ID_TRIGGER
(
(
uint16_t
)
0x0006
)
Examples
References
from
examples
Code
Location
#define
TIM_DMA_ID_TRIGGER
(
(
uint16_t
)
0x0006
)
/*!< Index of the DMA handle used for Trigger DMA requests */
stm32f4xx_hal_tim.h:995
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferCpltCallback
=
TIM_DMATriggerCplt
;
stm32f4xx_hal_tim.c:4680
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferHalfCpltCallback
=
TIM_DMATriggerHalfCplt
;
stm32f4xx_hal_tim.c:4681
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferErrorCallback
=
TIM_DMAError
;
stm32f4xx_hal_tim.c:4684
if
(
HAL_DMA_Start_IT
(
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
,
(
uint32_t
)
BurstBuffer
,
stm32f4xx_hal_tim.c:4687
(
void
)
HAL_DMA_Abort_IT
(
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
)
;
stm32f4xx_hal_tim.c:4760
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferCpltCallback
=
TIM_DMATriggerCplt
;
stm32f4xx_hal_tim.c:5015
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferHalfCpltCallback
=
TIM_DMATriggerHalfCplt
;
stm32f4xx_hal_tim.c:5016
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
XferErrorCallback
=
TIM_DMAError
;
stm32f4xx_hal_tim.c:5019
if
(
HAL_DMA_Start_IT
(
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
,
(
uint32_t
)
&
htim
->
Instance
->
DMAR
,
(
uint32_t
)
BurstBuffer
,
stm32f4xx_hal_tim.c:5022
(
void
)
HAL_DMA_Abort_IT
(
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
)
;
stm32f4xx_hal_tim.c:5096
if
(
htim
->
hdma
[
TIM_DMA_ID_TRIGGER
]
->
Init
.
Mode
==
DMA_NORMAL
)
stm32f4xx_hal_tim.c:6743
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