STM32F103xB 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 53 of file stm32f1xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_EVT   0x00020000U

Definition at line 51 of file stm32f1xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_IT   0x00010000U

Definition at line 50 of file stm32f1xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_RISING_EDGE   0x00000001U

Definition at line 52 of file stm32f1xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().