STM32L443xx HAL User Manual
|
Defines | |
#define | PWR_PVD_MODE_NORMAL ((uint32_t)0x00000000) |
#define | PWR_PVD_MODE_IT_RISING ((uint32_t)0x00010001) |
#define | PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002) |
#define | PWR_PVD_MODE_IT_RISING_FALLING ((uint32_t)0x00010003) |
#define | PWR_PVD_MODE_EVENT_RISING ((uint32_t)0x00020001) |
#define | PWR_PVD_MODE_EVENT_FALLING ((uint32_t)0x00020002) |
#define | PWR_PVD_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003) |
#define PWR_PVD_MODE_EVENT_FALLING ((uint32_t)0x00020002) |
Event Mode with Falling edge trigger detection
Definition at line 91 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_EVENT_RISING ((uint32_t)0x00020001) |
Event Mode with Rising edge trigger detection
Definition at line 90 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003) |
Event Mode with Rising/Falling edge trigger detection
Definition at line 92 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002) |
External Interrupt Mode with Falling edge trigger detection
Definition at line 88 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_RISING ((uint32_t)0x00010001) |
External Interrupt Mode with Rising edge trigger detection
Definition at line 87 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_RISING_FALLING ((uint32_t)0x00010003) |
External Interrupt Mode with Rising/Falling edge trigger detection
Definition at line 89 of file stm32l4xx_hal_pwr.h.
#define PWR_PVD_MODE_NORMAL ((uint32_t)0x00000000) |
Basic mode is used
Definition at line 86 of file stm32l4xx_hal_pwr.h.