|
STM32F479xx HAL User Manual
|
Defines | |
| #define | PVD_MODE_IT 0x00010000U |
| #define | PVD_MODE_EVT 0x00020000U |
| #define | PVD_RISING_EDGE 0x00000001U |
| #define | PVD_FALLING_EDGE 0x00000002U |
| #define PVD_FALLING_EDGE 0x00000002U |
Definition at line 51 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
| #define PVD_MODE_EVT 0x00020000U |
Definition at line 49 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
| #define PVD_MODE_IT 0x00010000U |
Definition at line 48 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
| #define PVD_RISING_EDGE 0x00000001U |
Definition at line 50 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
1.7.6.1