|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_LPTIM_INPUT2_SRC_GPIO 0x00000000U |
| #define | LL_LPTIM_INPUT2_SRC_COMP2 LPTIM_OR_IN2_0 |
| #define | LL_LPTIM_INPUT2_SRC_COMP4 (LPTIM_OR_IN2_1 | LPTIM_OR_IN2_0) |
| #define | LL_LPTIM_INPUT2_SRC_COMP6 (LPTIM_OR_IN2_2 | LPTIM_OR_IN2_0) |
| #define LL_LPTIM_INPUT2_SRC_COMP2 LPTIM_OR_IN2_0 |
定义位于第298行,文件为stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT2_SRC_COMP4 (LPTIM_OR_IN2_1 | LPTIM_OR_IN2_0) |
定义位于第299行,文件为stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT2_SRC_COMP6 (LPTIM_OR_IN2_2 | LPTIM_OR_IN2_0) |
定义位于第301行,文件为stm32g4xx_ll_lptim.h。
| #define LL_LPTIM_INPUT2_SRC_GPIO 0x00000000U |
定义位于第297行,文件为stm32g4xx_ll_lptim.h。
1.7.6.1