|
STM32G474xx HAL User Manual
|
宏定义 | |
| #define | TIM_BREAKINPUTSOURCE_POLARITY_LOW 0x00000001U |
| #define | TIM_BREAKINPUTSOURCE_POLARITY_HIGH 0x00000000U |
| #define TIM_BREAKINPUTSOURCE_POLARITY_HIGH 0x00000000U |
断路输入源为高电平有效
Definition at line 303 of file stm32g4xx_hal_tim_ex.h.
| #define TIM_BREAKINPUTSOURCE_POLARITY_LOW 0x00000001U |
断路输入源为低电平有效
Definition at line 302 of file stm32g4xx_hal_tim_ex.h.
1.7.6.1