STM32L443xx 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 226 of file stm32l4xx_hal_tim_ex.h.

#define TIM_BREAKINPUTSOURCE_POLARITY_LOW   0x00000001U

Break input source is active low

Definition at line 225 of file stm32l4xx_hal_tim_ex.h.