STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_OSSI_DISABLE 0x00000000U |
#define | LL_TIM_OSSI_ENABLE TIM_BDTR_OSSI |
#define LL_TIM_OSSI_DISABLE 0x00000000U |
When inactive, OCx/OCxN outputs are disabled
Definition at line 850 of file stm32f1xx_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 851 of file stm32f1xx_ll_tim.h.