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 BKE LL_TIM_EnableBRK
LL_TIM_DisableBRK
__STATIC_INLINE void LL_TIM_DisableBRK (TIM_TypeDef *
TIMx)
Disable the break function.
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 BKE LL_TIM_DisableBRK
LL_TIM_ConfigBRK
__STATIC_INLINE void LL_TIM_ConfigBRK (TIM_TypeDef *
TIMx, uint32_t BreakPolarity)
Configure the break input.
TIMx: Timer instance
BreakPolarity: This parameter can be one of the following
values:
LL_TIM_BREAK_POLARITY_LOW
LL_TIM_BREAK_POLARITY_HIGH
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 BKP LL_TIM_ConfigBRK
LL_TIM_SetOffStates
__STATIC_INLINE void LL_TIM_SetOffStates (TIM_TypeDef *
TIMx, uint32_t OffStateIdle, uint32_t OffStateRun)
Select the outputs off state (enabled v.s.
TIMx: Timer instance
OffStateIdle: This parameter can be one of the following
values:
LL_TIM_OSSI_DISABLE
LL_TIM_OSSI_ENABLE