STM32H735xx HAL User Manual
Defines
TIM Complementary Output Compare Polarity
TIM Exported Constants

Defines

#define TIM_OCNPOLARITY_HIGH   0x00000000U
#define TIM_OCNPOLARITY_LOW   TIM_CCER_CC1NP

Define Documentation

#define TIM_OCNPOLARITY_HIGH   0x00000000U

Capture/Compare complementary output polarity

Definition at line 627 of file stm32h7xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().

#define TIM_OCNPOLARITY_LOW   TIM_CCER_CC1NP

Capture/Compare complementary output polarity

Definition at line 628 of file stm32h7xx_hal_tim.h.