```html STM32G474xx HAL用户手册:HRTIM软件定时器交换输出
STM32G474xx HAL User Manual
宏定义
HRTIM软件定时器交换输出
HRTIM导出的常量

用于交换定时器输出的常量。 更多...

宏定义

#define HRTIM_TIMERSWAP_A   (HRTIM_CR2_SWPA)
#define HRTIM_TIMERSWAP_B   (HRTIM_CR2_SWPB)
#define HRTIM_TIMERSWAP_C   (HRTIM_CR2_SWPC)
#define HRTIM_TIMERSWAP_D   (HRTIM_CR2_SWPD)
#define HRTIM_TIMERSWAP_E   (HRTIM_CR2_SWPE)
#define HRTIM_TIMERSWAP_F   (HRTIM_CR2_SWPF)

详细说明

用于交换定时器输出的常量。


宏定义文档

#define HRTIM_TIMERSWAP_A   (HRTIM_CR2_SWPA)

交换定时器A的输出

Definition at line 2417 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_TIMERSWAP_B   (HRTIM_CR2_SWPB)

交换定时器B的输出

Definition at line 2418 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_TIMERSWAP_C   (HRTIM_CR2_SWPC)

交换定时器C的输出

Definition at line 2419 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_TIMERSWAP_D   (HRTIM_CR2_SWPD)

交换定时器D的输出

Definition at line 2420 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_TIMERSWAP_E   (HRTIM_CR2_SWPE)

交换定时器E的输出

Definition at line 2421 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_TIMERSWAP_F   (HRTIM_CR2_SWPF)

交换定时器F的输出

Definition at line 2422 of file stm32g4xx_hal_hrtim.h.

```