HAL
__HAL_TIM_MOE_DISABLE
is only used within HAL.
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
__HAL_TIM_MOE_DISABLE
__HAL_TIM_MOE_DISABLE macro
Disable the TIM main Output.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:1104
#define
__HAL_TIM_MOE_DISABLE
(
__HANDLE__
)
\
do
{
\
if
(
(
(
__HANDLE__
)
->
Instance
->
CCER
&
TIM_CCER_CCxE_MASK
)
==
0UL
)
\
{
\
if
(
(
(
__HANDLE__
)
->
Instance
->
CCER
&
TIM_CCER_CCxNE_MASK
)
==
0UL
)
\
{
\
(
__HANDLE__
)
->
Instance
->
BDTR
&=
~
(
TIM_BDTR_MOE
)
;
\
}
\
}
\
}
while
(
0
)
Arguments
Argument
Description
__HANDLE__
TIM handle
Return value
None
Notes
The Main Output Enable of a timer instance is disabled only if all the CCx and CCxN channels have been disabled
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