STM32G474xx HAL用户手册
宏定义
模式
EXTI导出常量

宏定义

#define LL_EXTI_MODE_IT   ((uint8_t)0x00U)
#define LL_EXTI_MODE_EVENT   ((uint8_t)0x01U)
#define LL_EXTI_MODE_IT_EVENT   ((uint8_t)0x02U)

宏定义文档

#define LL_EXTI_MODE_EVENT   ((uint8_t)0x01U)

事件模式

定义在文件stm32g4xx_ll_exti.h的第200行

LL_EXTI_Init()引用。

#define LL_EXTI_MODE_IT   ((uint8_t)0x00U)

中断模式

定义在文件stm32g4xx_ll_exti.h的第199行

LL_EXTI_Init()LL_EXTI_StructInit()引用。

#define LL_EXTI_MODE_IT_EVENT   ((uint8_t)0x02U)

中断和事件模式

定义在文件stm32g4xx_ll_exti.h的第201行

LL_EXTI_Init()引用。