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

Defines

#define TIM_OCPOLARITY_HIGH   0x00000000U
#define TIM_OCPOLARITY_LOW   (TIM_CCER_CC1P)

Define Documentation

#define TIM_OCPOLARITY_HIGH   0x00000000U

Definition at line 386 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().

#define TIM_OCPOLARITY_LOW   (TIM_CCER_CC1P)

Definition at line 387 of file stm32f4xx_hal_tim.h.