STM32F439xx HAL User Manual
Defines
OSSI
TIM Exported Constants

Defines

#define LL_TIM_OSSI_DISABLE   0x00000000U
#define LL_TIM_OSSI_ENABLE   TIM_BDTR_OSSI

Define Documentation

#define LL_TIM_OSSI_DISABLE   0x00000000U

When inactive, OCx/OCxN outputs are disabled

Definition at line 827 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_OSSI_ENABLE   TIM_BDTR_OSSI

When inactive, OxC/OCxN outputs are first forced with their inactive level then forced to their idle level after the deadtime

Definition at line 828 of file stm32f4xx_ll_tim.h.