|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | PVD_MODE_IT ((uint32_t)0x00010000) |
| #define | PVD_MODE_EVT ((uint32_t)0x00020000) |
| #define | PVD_RISING_EDGE ((uint32_t)0x00000001) |
| #define | PVD_FALLING_EDGE ((uint32_t)0x00000002) |
| #define PVD_FALLING_EDGE ((uint32_t)0x00000002) |
| #define PVD_MODE_EVT ((uint32_t)0x00020000) |
PVD阈值跨越产生的事件掩码
Definition at line 49 of file stm32g4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
| #define PVD_MODE_IT ((uint32_t)0x00010000) |
PVD阈值跨越产生的中断掩码
Definition at line 48 of file stm32g4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
| #define PVD_RISING_EDGE ((uint32_t)0x00000001) |
1.7.6.1