OffStateRun: This parameter can be one of the following
values:
LL_TIM_OSSR_DISABLE
LL_TIM_OSSR_ENABLE
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 OSSI LL_TIM_SetOffStates
BDTR OSSR LL_TIM_SetOffStates
LL_TIM_EnableAutomaticOutput
__STATIC_INLINE void LL_TIM_EnableAutomaticOutput
(TIM_TypeDef * TIMx)
Enable automatic output (MOE can be set by software or
automatically when a break input is active).
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_EnableAutomaticOutput
LL_TIM_DisableAutomaticOutput
__STATIC_INLINE void LL_TIM_DisableAutomaticOutput
(TIM_TypeDef * TIMx)
Disable automatic output (MOE can be set only by software).
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_DisableAutomaticOutput
LL_TIM_IsEnabledAutomaticOutput
__STATIC_INLINE uint32_t
LL_TIM_IsEnabledAutomaticOutput (TIM_TypeDef * TIMx)
Indicate whether automatic output is enabled.