|
STM32G474xx HAL用户手册
|
用于强制定时器计数器复位的常量。 更多...
宏定义 | |
| #define | HRTIM_TIMERRESET_MASTER (HRTIM_CR2_MRST) |
| #define | HRTIM_TIMERRESET_TIMER_A (HRTIM_CR2_TARST) |
| #define | HRTIM_TIMERRESET_TIMER_B (HRTIM_CR2_TBRST) |
| #define | HRTIM_TIMERRESET_TIMER_C (HRTIM_CR2_TCRST) |
| #define | HRTIM_TIMERRESET_TIMER_D (HRTIM_CR2_TDRST) |
| #define | HRTIM_TIMERRESET_TIMER_E (HRTIM_CR2_TERST) |
| #define | HRTIM_TIMERRESET_TIMER_F (HRTIM_CR2_TFRST) |
用于强制定时器计数器复位的常量。
| #define HRTIM_TIMERRESET_MASTER (HRTIM_CR2_MRST) |
复位主定时器计数器
Definition at line 2431 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_A (HRTIM_CR2_TARST) |
复位定时器A计数器
Definition at line 2432 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_B (HRTIM_CR2_TBRST) |
复位定时器B计数器
Definition at line 2433 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_C (HRTIM_CR2_TCRST) |
复位定时器C计数器
Definition at line 2434 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_D (HRTIM_CR2_TDRST) |
复位定时器D计数器
Definition at line 2435 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_E (HRTIM_CR2_TERST) |
复位定时器E计数器
Definition at line 2436 of file stm32g4xx_hal_hrtim.h.
| #define HRTIM_TIMERRESET_TIMER_F (HRTIM_CR2_TFRST) |
复位定时器F计数器
Definition at line 2437 of file stm32g4xx_hal_hrtim.h.
1.7.6.1