DIY Logging Volt/Ampmeter
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 539 of file stm32f1xx_hal_tim.h.

◆ TIM_OUTPUTSTATE_ENABLE

#define TIM_OUTPUTSTATE_ENABLE   TIM_CCER_CC1E

Capture/Compare 1 output enabled

Definition at line 540 of file stm32f1xx_hal_tim.h.