STM32G474xx HAL User Manual
宏定义
break polarity
TIM Exported Constants

宏定义

#define LL_TIM_BREAK_POLARITY_LOW   0x00000000U
#define LL_TIM_BREAK_POLARITY_HIGH   TIM_BDTR_BKP

宏定义说明

#define LL_TIM_BREAK_POLARITY_HIGH   TIM_BDTR_BKP

Break input BRK is active high

Definition at line 1226 of file stm32g4xx_ll_tim.h.

#define LL_TIM_BREAK_POLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 1225 of file stm32g4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().