DIY Logging Volt/Ampmeter
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 840 of file stm32f1xx_hal_tim.h.

◆ TIM_BREAKPOLARITY_LOW

#define TIM_BREAKPOLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 839 of file stm32f1xx_hal_tim.h.