STM32F103xB HAL User Manual
Defines
TIM Complementary Output Compare State
TIM Exported Constants

Defines

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U
#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

Define Documentation

#define TIM_OUTPUTNSTATE_DISABLE   0x00000000U

OCxN is disabled

Definition at line 570 of file stm32f1xx_hal_tim.h.

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

OCxN is enabled

Definition at line 571 of file stm32f1xx_hal_tim.h.