STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Break Input Polarity
Collaboration diagram for TIM Break Input Polarity:

Macros

#define TIM_BREAKPOLARITY_LOW   0x00000000U
#define TIM_BREAKPOLARITY_HIGH   TIM_BDTR_BKP

Detailed Description

Macro Definition Documentation

◆ TIM_BREAKPOLARITY_HIGH

#define TIM_BREAKPOLARITY_HIGH   TIM_BDTR_BKP

Break input BRK is active high

Definition at line 849 of file stm32f4xx_hal_tim.h.

◆ TIM_BREAKPOLARITY_LOW

#define TIM_BREAKPOLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 848 of file stm32f4xx_hal_tim.h.