STM32F439xx HAL User Manual
Defines
PWR PVD Mode Mask
PWR Private Constants

Defines

#define PVD_MODE_IT   0x00010000U
#define PVD_MODE_EVT   0x00020000U
#define PVD_RISING_EDGE   0x00000001U
#define PVD_FALLING_EDGE   0x00000002U

Define Documentation

#define PVD_FALLING_EDGE   0x00000002U

Definition at line 67 of file stm32f4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_EVT   0x00020000U

Definition at line 65 of file stm32f4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_IT   0x00010000U

Definition at line 64 of file stm32f4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_RISING_EDGE   0x00000001U

Definition at line 66 of file stm32f4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().