HAL + 0/3 examples
CodeScope will show references to LL_TIM_EnableAllOutputs() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_EnableAllOutputs() function

Enable the outputs (set the MOE bit in TIMx_BDTR register).

Syntax

__STATIC_INLINE void LL_TIM_EnableAllOutputs(TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

None

Notes

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.

Examples

LL_TIM_EnableAllOutputs() is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:2995
__STATIC_INLINE void LL_TIM_EnableAllOutputs(TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_EnableAllOutputs()
LL_TIM_EnableAllOutputs()