DIY Logging Volt/Ampmeter
TIM Complementary Output Compare State

Macros

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U
 
#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE
 

Detailed Description

Macro Definition Documentation

◆ TIM_OUTPUTNSTATE_DISABLE

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U

OCxN is disabled

Definition at line 567 of file stm32f1xx_hal_tim.h.

◆ TIM_OUTPUTNSTATE_ENABLE

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

OCxN is enabled

Definition at line 568 of file stm32f1xx_hal_tim.h.