|
STM32G474xx HAL用户手册
|
定义定时器输出极性的常量。 更多...
定义 | |
| #define | HRTIM_OUTPUTPOLARITY_HIGH (0x00000000U) |
| #define | HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) |
定义定时器输出极性的常量。
| #define HRTIM_OUTPUTPOLARITY_HIGH (0x00000000U) |
输出高电平有效
Definition at line 1192 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) |
输出低电平有效
Definition at line 1193 of file stm32g4xx_hal_hrtim.h.
1.7.6.1