STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Complementary Output Compare State
Collaboration diagram for 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 569 of file stm32f4xx_hal_tim.h.

◆ TIM_OUTPUTNSTATE_ENABLE

#define TIM_OUTPUTNSTATE_ENABLE   TIM_CCER_CC1NE

OCxN is enabled

Definition at line 570 of file stm32f4xx_hal_tim.h.