STM32L486xx HAL User Manual
Defines
PWR PVD Mode Mask
PWR Private Defines

Defines

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

#define PVD_FALLING_EDGE   ((uint32_t)0x00000002)

Mask for falling edge set as PVD trigger

Definition at line 68 of file stm32l4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_EVT   ((uint32_t)0x00020000)

Mask for event yielded by PVD threshold crossing

Definition at line 66 of file stm32l4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_IT   ((uint32_t)0x00010000)

Mask for interruption yielded by PVD threshold crossing

Definition at line 65 of file stm32l4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_RISING_EDGE   ((uint32_t)0x00000001)

Mask for rising edge set as PVD trigger

Definition at line 67 of file stm32l4xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().