HAL
LL_TIM_DisableAutomaticOutput() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_DisableAutomaticOutput()

LL_TIM_DisableAutomaticOutput() function

Disable automatic output (MOE can be set only by software).

Syntax

__STATIC_INLINE void LL_TIM_DisableAutomaticOutput(TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

None

Notes

Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to check whether or not a timer instance provides a break input.

References

LocationText
stm32f4xx_ll_tim.h:2967
__STATIC_INLINE void LL_TIM_DisableAutomaticOutput(TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_DisableAutomaticOutput()
LL_TIM_DisableAutomaticOutput()