Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to
check whether or not a timer instance provides a break input.
Reference Manual to
LL API cross
reference:
BDTR AOE LL_TIM_IsEnabledAutomaticOutput
LL_TIM_EnableAllOutputs
__STATIC_INLINE void LL_TIM_EnableAllOutputs
(TIM_TypeDef * TIMx)
Enable the outputs (set the MOE bit in TIMx_BDTR register).
The MOE bit in TIMx_BDTR register allows to enable /disable
the outputs by software and is reset in case of break or
break2 event
Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to
check whether or not a timer instance provides a break input.
Reference Manual to
LL API cross
reference:
BDTR MOE LL_TIM_EnableAllOutputs
LL_TIM_DisableAllOutputs
__STATIC_INLINE void LL_TIM_DisableAllOutputs
(TIM_TypeDef * TIMx)
Disable the outputs (reset the MOE bit in TIMx_BDTR register).
The MOE bit in TIMx_BDTR register allows to enable /disable
the outputs by software and is reset in case of break or
break2 event.
Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to
check whether or not a timer instance provides a break input.
Reference Manual to
LL API cross
reference:
BDTR MOE LL_TIM_DisableAllOutputs
LL_TIM_IsEnabledAllOutputs
__STATIC_INLINE uint32_t LL_TIM_IsEnabledAllOutputs
(TIM_TypeDef * TIMx)
Indicates whether outputs are enabled.
Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to