HAL
HAL_TIM_DMABurstStateTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_TIM_DMABurstStateTypeDef
HAL_TIM_DMABurstStateTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:312
enum
{
HAL_DMA_BURST_STATE_RESET
=
0x00U
,
HAL_DMA_BURST_STATE_READY
=
0x01U
,
HAL_DMA_BURST_STATE_BUSY
=
0x02U
,
}
;
Values
Value
Declared as
Description
HAL_TIM_DMABurstStateTypeDef::HAL_DMA_BURST_STATE_RESET
=
0x00U
DMA Burst initial state.
HAL_TIM_DMABurstStateTypeDef::HAL_DMA_BURST_STATE_READY
=
0x01U
DMA Burst ready for use.
HAL_TIM_DMABurstStateTypeDef::HAL_DMA_BURST_STATE_BUSY
=
0x02U
Ongoing DMA Burst.
Examples
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