STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Output Compare State
Collaboration diagram for TIM Output Compare State:

Macros

#define TIM_OUTPUTSTATE_DISABLE   0x00000000U
#define TIM_OUTPUTSTATE_ENABLE   TIM_CCER_CC1E

Detailed Description

Macro Definition Documentation

◆ TIM_OUTPUTSTATE_DISABLE

#define TIM_OUTPUTSTATE_DISABLE   0x00000000U

Capture/Compare 1 output disabled

Definition at line 541 of file stm32f4xx_hal_tim.h.

◆ TIM_OUTPUTSTATE_ENABLE

#define TIM_OUTPUTSTATE_ENABLE   TIM_CCER_CC1E

Capture/Compare 1 output enabled

Definition at line 542 of file stm32f4xx_hal_tim.h.