STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | PVD_MODE_IT 0x00010000U |
#define | PVD_MODE_EVT 0x00020000U |
#define | PVD_RISING_EDGE 0x00000001U |
#define | PVD_FALLING_EDGE 0x00000002U |
#define PVD_MODE_IT 0x00010000U |
#include <stm32f4xx_hal_pwr.c>
Definition at line 46 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
#define PVD_MODE_EVT 0x00020000U |
#include <stm32f4xx_hal_pwr.c>
Definition at line 47 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
#define PVD_RISING_EDGE 0x00000001U |
#include <stm32f4xx_hal_pwr.c>
Definition at line 48 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().
#define PVD_FALLING_EDGE 0x00000002U |
#include <stm32f4xx_hal_pwr.c>
Definition at line 49 of file stm32f4xx_hal_pwr.c.
Referenced by HAL_PWR_ConfigPVD().