STM32F439xx HAL User Manual
Defines
TIM Output CompareN Polarity
TIM Exported Constants

Defines

#define TIM_OCNPOLARITY_HIGH   0x00000000U
#define TIM_OCNPOLARITY_LOW   (TIM_CCER_CC1NP)

Define Documentation

#define TIM_OCNPOLARITY_HIGH   0x00000000U

Definition at line 395 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().

#define TIM_OCNPOLARITY_LOW   (TIM_CCER_CC1NP)

Definition at line 396 of file stm32f4xx_hal_tim.h.