|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | LL_TIM_TS_ITR0 0x00000000U |
| #define | LL_TIM_TS_ITR1 TIM_SMCR_TS_0 |
| #define | LL_TIM_TS_ITR2 TIM_SMCR_TS_1 |
| #define | LL_TIM_TS_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1) |
| #define | LL_TIM_TS_ITR4 TIM_SMCR_TS_3 |
| #define | LL_TIM_TS_ITR5 (TIM_SMCR_TS_3 | TIM_SMCR_TS_0) |
| #define | LL_TIM_TS_ITR6 (TIM_SMCR_TS_3 | TIM_SMCR_TS_1) |
| #define | LL_TIM_TS_ITR7 (TIM_SMCR_TS_3 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
| #define | LL_TIM_TS_ITR8 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2) |
| #define | LL_TIM_TS_ITR9 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_0) |
| #define | LL_TIM_TS_ITR10 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_1) |
| #define | LL_TIM_TS_ITR11 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
| #define | LL_TIM_TS_TI1F_ED TIM_SMCR_TS_2 |
| #define | LL_TIM_TS_TI1FP1 (TIM_SMCR_TS_2 | TIM_SMCR_TS_0) |
| #define | LL_TIM_TS_TI2FP2 (TIM_SMCR_TS_2 | TIM_SMCR_TS_1) |
| #define | LL_TIM_TS_ETRF (TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
| #define LL_TIM_TS_ETRF (TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
过滤后的外部触发 (ETRF) 用作触发输入
定义在文件 980 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR0 0x00000000U |
内部触发 0 (ITR0) 用作触发输入
定义在文件 965 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR1 TIM_SMCR_TS_0 |
内部触发 1 (ITR1) 用作触发输入
定义在文件 966 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR10 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_1) |
内部触发 10 (ITR10) 用作触发输入
定义在文件 975 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR11 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
内部触发 11 (ITR11) 用作触发输入
定义在文件 976 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR2 TIM_SMCR_TS_1 |
内部触发 2 (ITR2) 用作触发输入
定义在文件 967 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR3 (TIM_SMCR_TS_0 | TIM_SMCR_TS_1) |
内部触发 3 (ITR3) 用作触发输入
定义在文件 968 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR4 TIM_SMCR_TS_3 |
内部触发 4 (ITR4) 用作触发输入
定义在文件 969 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR5 (TIM_SMCR_TS_3 | TIM_SMCR_TS_0) |
内部触发 5 (ITR5) 用作触发输入
定义在文件 970 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR6 (TIM_SMCR_TS_3 | TIM_SMCR_TS_1) |
内部触发 6 (ITR6) 用作触发输入
定义在文件 971 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR7 (TIM_SMCR_TS_3 | TIM_SMCR_TS_1 | TIM_SMCR_TS_0) |
内部触发 7 (ITR7) 用作触发输入
定义在文件 972 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR8 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2) |
内部触发 8 (ITR8) 用作触发输入
定义在文件 973 处的 stm32g4xx_ll_tim.h 文件中。
| #define LL_TIM_TS_ITR9 (TIM_SMCR_TS_3 | TIM_SMCR_TS_2 | TIM_SMCR_TS_0) |
内部触发 9 (ITR9) 用作触发输入
定义在文件 974 处的 stm32g4xx_ll_tim.h 文件中。