STM32L486xx HAL User Manual
Defines
TIM Output Compare State
TIM Exported Constants

Defines

#define TIM_OUTPUTSTATE_DISABLE   0x00000000U
#define TIM_OUTPUTSTATE_ENABLE   TIM_CCER_CC1E

Define Documentation

#define TIM_OUTPUTSTATE_DISABLE   0x00000000U

Capture/Compare 1 output disabled

Definition at line 537 of file stm32l4xx_hal_tim.h.

#define TIM_OUTPUTSTATE_ENABLE   TIM_CCER_CC1E

Capture/Compare 1 output enabled

Definition at line 538 of file stm32l4xx_hal_tim.h.