STM32H735xx HAL User Manual
Defines
TIM Extended Break input polarity
TIM Extended Exported Constants

Defines

#define TIM_BREAKINPUTSOURCE_POLARITY_LOW   0x00000001U
#define TIM_BREAKINPUTSOURCE_POLARITY_HIGH   0x00000000U

Define Documentation

#define TIM_BREAKINPUTSOURCE_POLARITY_HIGH   0x00000000U

Break input source is active_high

Definition at line 174 of file stm32h7xx_hal_tim_ex.h.

#define TIM_BREAKINPUTSOURCE_POLARITY_LOW   0x00000001U

Break input source is active low

Definition at line 173 of file stm32h7xx_hal_tim_ex.h.