|
STM32G474xx HAL User Manual
|
定义故障事件计数器复位模式的常量。 更多...
定义 | |
| #define | HRTIM_FAULTCOUNTERRST_UNCONDITIONAL (0x00000000U) |
| #define | HRTIM_FAULTCOUNTERRST_CONDITIONAL (0x00000001U) |
定义故障事件计数器复位模式的常量。
| #define HRTIM_FAULTCOUNTERRST_CONDITIONAL (0x00000001U) |
故障计数器在每次复位/翻转事件时重置,但仅在上一个计数周期内未发生故障时才重置。
Definition at line 1973 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_FAULTCOUNTERRST_UNCONDITIONAL (0x00000000U) |
故障计数器在每次复位/翻转事件时重置。
Definition at line 1972 of file stm32g4xx_hal_hrtim.h.
1.7.6.1