|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LPTIM_INPUT1SOURCE_GPIO 0x00000000U |
| #define | LPTIM_INPUT1SOURCE_COMP1 LPTIM_OR_IN1_0 |
| #define | LPTIM_INPUT1SOURCE_COMP3 (LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
| #define | LPTIM_INPUT1SOURCE_COMP5 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_0) |
| #define | LPTIM_INPUT1SOURCE_COMP7 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
| #define LPTIM_INPUT1SOURCE_COMP1 LPTIM_OR_IN1_0 |
Definition at line 323 of file stm32g4xx_hal_lptim.h.
| #define LPTIM_INPUT1SOURCE_COMP3 (LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
Definition at line 324 of file stm32g4xx_hal_lptim.h.
| #define LPTIM_INPUT1SOURCE_COMP5 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_0) |
Definition at line 326 of file stm32g4xx_hal_lptim.h.
| #define LPTIM_INPUT1SOURCE_COMP7 (LPTIM_OR_IN1_2 | LPTIM_OR_IN1_1 | LPTIM_OR_IN1_0) |
Definition at line 329 of file stm32g4xx_hal_lptim.h.
| #define LPTIM_INPUT1SOURCE_GPIO 0x00000000U |
Definition at line 322 of file stm32g4xx_hal_lptim.h.
1.7.6.1