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

Defines

#define TIM_BREAKINPUTSOURCE_POLARITY_LOW   0x00000001U /* !< Break input source is active low */
#define TIM_BREAKINPUTSOURCE_POLARITY_HIGH   0x00000000U /* !< Break input source is active_high */

Define Documentation

#define TIM_BREAKINPUTSOURCE_POLARITY_HIGH   0x00000000U /* !< Break input source is active_high */

Definition at line 238 of file stm32l4xx_hal_tim_ex.h.

#define TIM_BREAKINPUTSOURCE_POLARITY_LOW   0x00000001U /* !< Break input source is active low */

Definition at line 237 of file stm32l4xx_hal_tim_ex.h.