STM32G474xx HAL User Manual
宏定义
HRTIM突发模式控制
HRTIM导出常量

用于启用或禁用突发模式控制器的常量。 更多...

宏定义

#define HRTIM_BURSTMODECTL_DISABLED   0x00000000U
#define HRTIM_BURSTMODECTL_ENABLED   (HRTIM_BMCR_BME)

详细说明

用于启用或禁用突发模式控制器的常量。


宏定义文档

#define HRTIM_BURSTMODECTL_DISABLED   0x00000000U

突发模式已禁用

Definition at line 2382 of file stm32g4xx_hal_hrtim.h.

#define HRTIM_BURSTMODECTL_ENABLED   (HRTIM_BMCR_BME)

突发模式已启用

Definition at line 2383 of file stm32g4xx_hal_hrtim.h.