STM32G474xx HAL 用户手册
宏定义
PWR PVM 外部中断线
PWR 扩展导出的常量

宏定义

#define PWR_EXTI_LINE_PVM1   0x00000008U
#define PWR_EXTI_LINE_PVM2   0x00000010U
#define PWR_EXTI_LINE_PVM3   0x00000020U
#define PWR_EXTI_LINE_PVM4   0x00000040U

宏定义说明

#define PWR_EXTI_LINE_PVM1   0x00000008U

外部中断线 35,连接到 PVM1 EXTI 线

定义在文件 stm32g4xx_hal_pwr_ex.h 的第 201 行。

#define PWR_EXTI_LINE_PVM2   0x00000010U

外部中断线 36,连接到 PVM2 EXTI 线

定义在文件 stm32g4xx_hal_pwr_ex.h 的第 204 行。

#define PWR_EXTI_LINE_PVM3   0x00000020U

外部中断线 37,连接到 PVM3 EXTI 线

定义在文件 stm32g4xx_hal_pwr_ex.h 的第 206 行。

#define PWR_EXTI_LINE_PVM4   0x00000040U

外部中断线 38,连接到 PVM4 EXTI 线

定义在文件 stm32g4xx_hal_pwr_ex.h 的第 207 行。