|
STM32G474xx HAL用户手册
|
定义HRTIM定时器实例的交错模式常量。更多...
宏定义 | |
| #define | LL_HRTIM_INTERLEAVED_MODE_DISABLED 0x000U |
| #define | LL_HRTIM_INTERLEAVED_MODE_DUAL HRTIM_MCR_HALF |
| #define | LL_HRTIM_INTERLEAVED_MODE_TRIPLE HRTIM_MCR_INTLVD_0 |
| #define | LL_HRTIM_INTERLEAVED_MODE_QUAD HRTIM_MCR_INTLVD_1 |
定义HRTIM定时器实例的交错模式常量。
| #define LL_HRTIM_INTERLEAVED_MODE_DISABLED 0x000U |
HRTIM交错模式已禁用
Definition at line 1581 of file stm32g4xx_ll_hrtim.h.
| #define LL_HRTIM_INTERLEAVED_MODE_DUAL HRTIM_MCR_HALF |
HRTIM交错模式为双路
Definition at line 1582 of file stm32g4xx_ll_hrtim.h.
| #define LL_HRTIM_INTERLEAVED_MODE_QUAD HRTIM_MCR_INTLVD_1 |
HRTIM交错模式为四路
Definition at line 1584 of file stm32g4xx_ll_hrtim.h.
| #define LL_HRTIM_INTERLEAVED_MODE_TRIPLE HRTIM_MCR_INTLVD_0 |
HRTIM交错模式为三路
Definition at line 1583 of file stm32g4xx_ll_hrtim.h.
1.7.6.1