HAL
HAL_TIM_ActiveChannel
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_ActiveChannel
HAL_TIM_ActiveChannel enum
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:322
enum
{
HAL_TIM_ACTIVE_CHANNEL_1
=
0x01U
,
HAL_TIM_ACTIVE_CHANNEL_2
=
0x02U
,
HAL_TIM_ACTIVE_CHANNEL_3
=
0x04U
,
HAL_TIM_ACTIVE_CHANNEL_4
=
0x08U
,
HAL_TIM_ACTIVE_CHANNEL_CLEARED
=
0x00U
}
;
Values
Value
Declared as
Description
HAL_TIM_ActiveChannel::HAL_TIM_ACTIVE_CHANNEL_1
=
0x01U
The active channel is 1.
HAL_TIM_ActiveChannel::HAL_TIM_ACTIVE_CHANNEL_2
=
0x02U
The active channel is 2.
HAL_TIM_ActiveChannel::HAL_TIM_ACTIVE_CHANNEL_3
=
0x04U
The active channel is 3.
HAL_TIM_ActiveChannel::HAL_TIM_ACTIVE_CHANNEL_4
=
0x08U
The active channel is 4.
HAL_TIM_ActiveChannel::HAL_TIM_ACTIVE_CHANNEL_CLEARED
=
0x00U
All active channels cleared.
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