STM32G474xx HAL用户手册
宏定义
PWR PVD模式掩码
PWR私有宏定义

宏定义

#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)

PVD触发器的下降沿掩码

Definition at line 51 of file stm32g4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#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)

PVD触发器的上升沿掩码

Definition at line 50 of file stm32g4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().