STM32G474xx HAL User Manual
定义
COUNTER MODE
HRTIM Exported Constants

定义定时器计数器工作模式的常量。 更多...

定义

#define LL_HRTIM_MODE_CONTINUOUS   ((uint32_t)0x00000008U)
#define LL_HRTIM_MODE_SINGLESHOT   0x00000000U
#define LL_HRTIM_MODE_RETRIGGERABLE   ((uint32_t)0x00000010U)

详细说明

定义定时器计数器工作模式的常量。


定义文档

#define LL_HRTIM_MODE_CONTINUOUS   ((uint32_t)0x00000008U)

定时器以连续(自由运行)模式工作

Definition at line 943 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_MODE_RETRIGGERABLE   ((uint32_t)0x00000010U)

定时器以可重触发单次模式工作

Definition at line 945 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_MODE_SINGLESHOT   0x00000000U

定时器以不可重触发单次模式工作

Definition at line 944 of file stm32g4xx_ll_hrtim.h.