|
STM32G474xx HAL User Manual
|
定义定时器推挽模式是否启用的常量。更多...
定义 | |
| #define | HRTIM_TIMPUSHPULLMODE_DISABLED 0x00000000U |
| #define | HRTIM_TIMPUSHPULLMODE_ENABLED (HRTIM_TIMCR_PSHPLL) |
定义定时器推挽模式是否启用的常量。
| #define HRTIM_TIMPUSHPULLMODE_DISABLED 0x00000000U |
推挽模式已禁用
Definition at line 972 of file stm32g4xx_hal_hrtim.h.
Referenced by HRTIM_TimingUnitWaveform_Config().
| #define HRTIM_TIMPUSHPULLMODE_ENABLED (HRTIM_TIMCR_PSHPLL) |
推挽模式已启用
Definition at line 973 of file stm32g4xx_hal_hrtim.h.
Referenced by HRTIM_TimingUnitWaveform_Config().
1.7.6.1