STM32G474xx HAL用户手册
定义
同步输出源
HRTIM导出常量

定义同步输出上的源和事件的常量。 更多...

定义

#define LL_HRTIM_SYNCOUT_SRC_MASTER_START   0x00000000U
#define LL_HRTIM_SYNCOUT_SRC_MASTER_CMP1   (HRTIM_MCR_SYNC_SRC_0)
#define LL_HRTIM_SYNCOUT_SRC_TIMA_START   (HRTIM_MCR_SYNC_SRC_1)
#define LL_HRTIM_SYNCOUT_SRC_TIMA_CMP1   (HRTIM_MCR_SYNC_SRC_1 | HRTIM_MCR_SYNC_SRC_0)

详细描述

定义同步输出上的源和事件的常量。


定义文档

#define LL_HRTIM_SYNCOUT_SRC_MASTER_CMP1   (HRTIM_MCR_SYNC_SRC_0)

在主定时器比较1事件时,在HRTIM_SCOUT输出和hrtim_out_sync2上发送一个脉冲

Definition at line 583 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_SYNCOUT_SRC_MASTER_START   0x00000000U

在主定时器启动事件时,在HRTIM_SCOUT输出和hrtim_out_sync2上发送一个脉冲

Definition at line 582 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_SYNCOUT_SRC_TIMA_CMP1   (HRTIM_MCR_SYNC_SRC_1 | HRTIM_MCR_SYNC_SRC_0)

在定时器A比较1事件时,在HRTIM_SCOUT输出和hrtim_out_sync2上发送一个脉冲

Definition at line 585 of file stm32g4xx_ll_hrtim.h.

#define LL_HRTIM_SYNCOUT_SRC_TIMA_START   (HRTIM_MCR_SYNC_SRC_1)

在定时器A启动或复位事件时,在HRTIM_SCOUT输出和hrtim_out_sync2上发送一个脉冲

Definition at line 584 of file stm32g4xx_ll_hrtim.h.