STM32L443xx HAL User Manual
Defines
TIM Extended Break input source
TIM Extended Exported Constants

Defines

#define TIM_BREAKINPUTSOURCE_BKIN   0x00000001U /* !< An external source (GPIO) is connected to the BKIN pin */
#define TIM_BREAKINPUTSOURCE_COMP1   0x00000002U /* !< The COMP1 output is connected to the break input */
#define TIM_BREAKINPUTSOURCE_COMP2   0x00000004U /* !< The COMP2 output is connected to the break input */

Define Documentation

#define TIM_BREAKINPUTSOURCE_BKIN   0x00000001U /* !< An external source (GPIO) is connected to the BKIN pin */

Definition at line 203 of file stm32l4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().

#define TIM_BREAKINPUTSOURCE_COMP1   0x00000002U /* !< The COMP1 output is connected to the break input */

Definition at line 204 of file stm32l4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().

#define TIM_BREAKINPUTSOURCE_COMP2   0x00000004U /* !< The COMP2 output is connected to the break input */

Definition at line 205 of file stm32l4xx_hal_tim_ex.h.

Referenced by HAL_TIMEx_ConfigBreakInput().