|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | LL_SYSCFG_EXTI_PORTA 0U |
| #define | LL_SYSCFG_EXTI_PORTB 1U |
| #define | LL_SYSCFG_EXTI_PORTC 2U |
| #define | LL_SYSCFG_EXTI_PORTD 3U |
| #define | LL_SYSCFG_EXTI_PORTE 4U |
| #define | LL_SYSCFG_EXTI_PORTF 5U |
| #define | LL_SYSCFG_EXTI_PORTG 6U |
| #define LL_SYSCFG_EXTI_PORTA 0U |
EXTI 端口 A
定义于文件 stm32g4xx_ll_system.h 的 137 行。
| #define LL_SYSCFG_EXTI_PORTB 1U |
EXTI 端口 B
定义于文件 stm32g4xx_ll_system.h 的 138 行。
| #define LL_SYSCFG_EXTI_PORTC 2U |
EXTI 端口 C
定义于文件 stm32g4xx_ll_system.h 的 139 行。
| #define LL_SYSCFG_EXTI_PORTD 3U |
EXTI 端口 D
定义于文件 stm32g4xx_ll_system.h 的 140 行。
| #define LL_SYSCFG_EXTI_PORTE 4U |
EXTI 端口 E
定义于文件 stm32g4xx_ll_system.h 的 141 行。
| #define LL_SYSCFG_EXTI_PORTF 5U |
EXTI 端口 F
定义于文件 stm32g4xx_ll_system.h 的 142 行。
| #define LL_SYSCFG_EXTI_PORTG 6U |
EXTI 端口 G
定义于文件 stm32g4xx_ll_system.h 的 143 行。
1.7.6.1