|
STM32G474xx HAL用户手册
|
定义 | |
| #define | TIM_ICPOLARITY_RISING TIM_INPUTCHANNELPOLARITY_RISING |
| #define | TIM_ICPOLARITY_FALLING TIM_INPUTCHANNELPOLARITY_FALLING |
| #define | TIM_ICPOLARITY_BOTHEDGE TIM_INPUTCHANNELPOLARITY_BOTHEDGE |
由定时器输入的上升沿和下降沿触发捕获
Definition at line 681 of file stm32g4xx_hal_tim.h.
由定时器输入的下降沿触发捕获
Definition at line 680 of file stm32g4xx_hal_tim.h.
由定时器输入的上升沿触发捕获
Definition at line 679 of file stm32g4xx_hal_tim.h.
1.7.6.1