STM32H735xx HAL User Manual
|
TIM Break/Break2 input configuration. More...
#include <stm32h7xx_hal_tim_ex.h>
Data Fields | |
uint32_t | Source |
uint32_t | Enable |
uint32_t | Polarity |
TIM Break/Break2 input configuration.
Definition at line 66 of file stm32h7xx_hal_tim_ex.h.
Specifies whether or not the break input source is enabled. This parameter can be a value of TIM Extended Break input source enabling
Definition at line 70 of file stm32h7xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
Specifies the break input source polarity. This parameter can be a value of TIM Extended Break input polarity Not relevant when analog watchdog output of the DFSDM1 used as break input source
Definition at line 72 of file stm32h7xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().
Specifies the source of the timer break input. This parameter can be a value of TIM Extended Break input source
Definition at line 68 of file stm32h7xx_hal_tim_ex.h.
Referenced by HAL_TIMEx_ConfigBreakInput().