STM32L486xx 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 565 of file stm32l4xx_hal_tim.h.

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

OCxN is enabled

Definition at line 566 of file stm32l4xx_hal_tim.h.