STM32H735xx 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 609 of file stm32h7xx_hal_tim.h.

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

OCxN is enabled

Definition at line 610 of file stm32h7xx_hal_tim.h.