|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_LPTIM_INPUT1_SRC_GPIO 0x00000000U |
| #define | LL_LPTIM_INPUT1_SRC_COMP1 LPTIM_OR_IN1_0 |
| #define | LL_LPTIM_INPUT1_SRC_COMP3 (LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
| #define | LL_LPTIM_INPUT1_SRC_COMP5 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_0) |
| #define | LL_LPTIM_INPUT1_SRC_COMP7 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
| #define LL_LPTIM_INPUT1_SRC_COMP1 LPTIM_OR_IN1_0 |
定义于文件 282 行,文件 stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT1_SRC_COMP3 (LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
定义于文件 283 行,文件 stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT1_SRC_COMP5 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_0) |
定义于文件 285 行,文件 stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT1_SRC_COMP7 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
定义于文件 288 行,文件 stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT1_SRC_GPIO 0x00000000U |
定义于文件 281 行,文件 stm32g4xx_ll_lptim.h。
1.7.6.1