STM32F439xx HAL User Manual
Defines
Output Configuration Idle State
TIM Exported Constants

Defines

#define LL_TIM_OCIDLESTATE_LOW   0x00000000U
#define LL_TIM_OCIDLESTATE_HIGH   TIM_CR2_OIS1

Define Documentation

#define LL_TIM_OCIDLESTATE_HIGH   TIM_CR2_OIS1

OCx=1 (after a dead-time if OC is implemented) when MOE=0

Definition at line 646 of file stm32f4xx_ll_tim.h.

#define LL_TIM_OCIDLESTATE_LOW   0x00000000U

OCx=0 (after a dead-time if OC is implemented) when MOE=0

Definition at line 645 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_OC_StructInit().