STM32L443xx HAL User Manual
|
Defines | |
#define | PWR_PVM_MODE_NORMAL ((uint32_t)0x00000000) |
#define | PWR_PVM_MODE_IT_RISING ((uint32_t)0x00010001) |
#define | PWR_PVM_MODE_IT_FALLING ((uint32_t)0x00010002) |
#define | PWR_PVM_MODE_IT_RISING_FALLING ((uint32_t)0x00010003) |
#define | PWR_PVM_MODE_EVENT_RISING ((uint32_t)0x00020001) |
#define | PWR_PVM_MODE_EVENT_FALLING ((uint32_t)0x00020002) |
#define | PWR_PVM_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003) |
#define PWR_PVM_MODE_EVENT_FALLING ((uint32_t)0x00020002) |
Event Mode with Falling edge trigger detection
Definition at line 128 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_EVENT_RISING ((uint32_t)0x00020001) |
Event Mode with Rising edge trigger detection
Definition at line 127 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003) |
Event Mode with Rising/Falling edge trigger detection
Definition at line 129 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_IT_FALLING ((uint32_t)0x00010002) |
External Interrupt Mode with Falling edge trigger detection
Definition at line 125 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_IT_RISING ((uint32_t)0x00010001) |
External Interrupt Mode with Rising edge trigger detection
Definition at line 124 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_IT_RISING_FALLING ((uint32_t)0x00010003) |
External Interrupt Mode with Rising/Falling edge trigger detection
Definition at line 126 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_PVM_MODE_NORMAL ((uint32_t)0x00000000) |
basic mode is used
Definition at line 123 of file stm32l4xx_hal_pwr_ex.h.