STM32F439xx HAL User Manual
Defines
OSSR
TIM Exported Constants

Defines

#define LL_TIM_OSSR_DISABLE   0x00000000U
#define LL_TIM_OSSR_ENABLE   TIM_BDTR_OSSR

Define Documentation

#define LL_TIM_OSSR_DISABLE   0x00000000U

When inactive, OCx/OCxN outputs are disabled

Definition at line 836 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_OSSR_ENABLE   TIM_BDTR_OSSR

When inactive, OC/OCN outputs are enabled with their inactive level as soon as CCxE=1 or CCxNE=1

Definition at line 837 of file stm32f4xx_ll_tim.h.