|
STM32G474xx HAL 用户手册
|
标识定时单元的常量。 更多...
宏定义 | |
| #define | LL_HRTIM_TIMER_NONE 0U |
| #define | LL_HRTIM_TIMER_MASTER HRTIM_MCR_MCEN |
| #define | LL_HRTIM_TIMER_A HRTIM_MCR_TACEN |
| #define | LL_HRTIM_TIMER_B HRTIM_MCR_TBCEN |
| #define | LL_HRTIM_TIMER_C HRTIM_MCR_TCCEN |
| #define | LL_HRTIM_TIMER_D HRTIM_MCR_TDCEN |
| #define | LL_HRTIM_TIMER_E HRTIM_MCR_TECEN |
| #define | LL_HRTIM_TIMER_F HRTIM_MCR_TFCEN |
| #define | LL_HRTIM_TIMER_X |
| #define | LL_HRTIM_TIMER_ALL (LL_HRTIM_TIMER_MASTER | LL_HRTIM_TIMER_X) |
标识定时单元的常量。
| #define LL_HRTIM_TIMER_A HRTIM_MCR_TACEN |
定时器A标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 607 行。
被以下函数引用:LL_HRTIM_TIM_DisableDualDacTrigger(), LL_HRTIM_TIM_DisableEventCounter(), LL_HRTIM_TIM_EnableDualDacTrigger(), LL_HRTIM_TIM_EnableEventCounter(), LL_HRTIM_TIM_GetADCRollOverMode(), LL_HRTIM_TIM_GetBMRollOverMode(), LL_HRTIM_TIM_GetComp1Mode(), LL_HRTIM_TIM_GetComp3Mode(), LL_HRTIM_TIM_GetCountingMode(), LL_HRTIM_TIM_GetDualDacResetTrigger(), LL_HRTIM_TIM_GetDualDacStepTrigger(), LL_HRTIM_TIM_GetEventCounterResetMode(), LL_HRTIM_TIM_GetEventCounterSource(), LL_HRTIM_TIM_GetEventCounterThreshold(), LL_HRTIM_TIM_GetEventFilter(), LL_HRTIM_TIM_GetEventLatchStatus(), LL_HRTIM_TIM_GetFaultEventRollOverMode(), LL_HRTIM_TIM_GetOutputRollOverMode(), LL_HRTIM_TIM_GetRollOverMode(), LL_HRTIM_TIM_GetTriggeredHalfMode(), LL_HRTIM_TIM_IsEnabledDualDacTrigger(), LL_HRTIM_TIM_IsEnabledEventCounter(), LL_HRTIM_TIM_ResetEventCounter(), LL_HRTIM_TIM_SetADCRollOverMode(), LL_HRTIM_TIM_SetBMRollOverMode(), LL_HRTIM_TIM_SetComp1Mode(), LL_HRTIM_TIM_SetComp3Mode(), LL_HRTIM_TIM_SetCountingMode(), LL_HRTIM_TIM_SetDualDacResetTrigger(), LL_HRTIM_TIM_SetDualDacStepTrigger(), LL_HRTIM_TIM_SetEventCounterResetMode(), LL_HRTIM_TIM_SetEventCounterSource(), LL_HRTIM_TIM_SetEventCounterThreshold(), LL_HRTIM_TIM_SetEventFilter(), LL_HRTIM_TIM_SetEventLatchStatus(), LL_HRTIM_TIM_SetFaultEventRollOverMode(), LL_HRTIM_TIM_SetOutputRollOverMode(), LL_HRTIM_TIM_SetRollOverMode(), 和 LL_HRTIM_TIM_SetTriggeredHalfMode()。
| #define LL_HRTIM_TIMER_ALL (LL_HRTIM_TIMER_MASTER | LL_HRTIM_TIMER_X) |
定义于文件 stm32g4xx_ll_hrtim.h 的第 617 行。
被以下函数引用:LL_HRTIM_SuspendUpdate()。
| #define LL_HRTIM_TIMER_B HRTIM_MCR_TBCEN |
定时器B标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 608 行。
| #define LL_HRTIM_TIMER_C HRTIM_MCR_TCCEN |
定时器C标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 609 行。
| #define LL_HRTIM_TIMER_D HRTIM_MCR_TDCEN |
定时器D标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 610 行。
| #define LL_HRTIM_TIMER_E HRTIM_MCR_TECEN |
定时器E标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 611 行。
| #define LL_HRTIM_TIMER_F HRTIM_MCR_TFCEN |
定时器F标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 612 行。
| #define LL_HRTIM_TIMER_MASTER HRTIM_MCR_MCEN |
主定时器标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 606 行。
| #define LL_HRTIM_TIMER_NONE 0U |
主定时器标识符
定义于文件 stm32g4xx_ll_hrtim.h 的第 605 行。
| #define LL_HRTIM_TIMER_X |
(HRTIM_MCR_TFCEN | HRTIM_MCR_TACEN |\
HRTIM_MCR_TBCEN | HRTIM_MCR_TCCEN |\
HRTIM_MCR_TDCEN | HRTIM_MCR_TECEN )
定义于文件 stm32g4xx_ll_hrtim.h 的第 614 行。
1.7.6.1