STM32F439xx HAL User Manual
Defines
Output Configuration State
TIM Exported Constants

Defines

#define LL_TIM_OCSTATE_DISABLE   0x00000000U
#define LL_TIM_OCSTATE_ENABLE   TIM_CCER_CC1E

Define Documentation

#define LL_TIM_OCSTATE_DISABLE   0x00000000U

OCx is not active

Definition at line 611 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_OC_StructInit().

#define LL_TIM_OCSTATE_ENABLE   TIM_CCER_CC1E

OCx signal is output on the corresponding output pin

Definition at line 612 of file stm32f4xx_ll_tim.h.