|
STM32G474xx HAL用户手册
|
定义 | |
| #define | PWR_EVENT_LINE_PVM1 0x00000008U |
| #define | PWR_EVENT_LINE_PVM2 0x00000010U |
| #define | PWR_EVENT_LINE_PVM3 0x00000020U |
| #define | PWR_EVENT_LINE_PVM4 0x00000040U |
| #define PWR_EVENT_LINE_PVM1 0x00000008U |
事件线路35连接到PVM1 EXTI线路
定义于文件 stm32g4xx_hal_pwr_ex.h 的第 216 行。
| #define PWR_EVENT_LINE_PVM2 0x00000010U |
事件线路36连接到PVM2 EXTI线路
定义于文件 stm32g4xx_hal_pwr_ex.h 的第 219 行。
| #define PWR_EVENT_LINE_PVM3 0x00000020U |
事件线路37连接到PVM3 EXTI线路
定义于文件 stm32g4xx_hal_pwr_ex.h 的第 221 行。
| #define PWR_EVENT_LINE_PVM4 0x00000040U |
事件线路38连接到PVM4 EXTI线路
定义于文件 stm32g4xx_hal_pwr_ex.h 的第 222 行。
1.7.6.1