STM32L443xx HAL User Manual
|
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 PVD_FALLING_EDGE ((uint32_t)0x00000002) |
Mask for falling edge set as PVD trigger
Definition at line 51 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 49 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 48 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 50 of file stm32l4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().