|
STM32G474xx HAL用户手册
|
定义输出处于空闲状态时的输出电平的常量。 更多...
定义 | |
| #define | HRTIM_OUTPUTIDLELEVEL_INACTIVE 0x00000000U |
| #define | HRTIM_OUTPUTIDLELEVEL_ACTIVE (HRTIM_OUTR_IDLES1) |
定义输出处于空闲状态时的输出电平的常量。
| #define HRTIM_OUTPUTIDLELEVEL_ACTIVE (HRTIM_OUTR_IDLES1) |
空闲状态时的输出为有效电平
Definition at line 1398 of file stm32g4xx_hal_hrtim.h.
Referenced by HRTIM_OutputConfig().
| #define HRTIM_OUTPUTIDLELEVEL_INACTIVE 0x00000000U |
空闲状态时的输出为无效电平
Definition at line 1397 of file stm32g4xx_hal_hrtim.h.
1.7.6.1