STM32L486xx HAL User Manual
Defines
PWR PVM interrupt and event mode
PWR Extended Exported Constants

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 Documentation

#define PWR_PVM_MODE_EVENT_FALLING   ((uint32_t)0x00020002)

Event Mode with Falling edge trigger detection

Definition at line 145 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 144 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 146 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 142 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 141 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 143 of file stm32l4xx_hal_pwr_ex.h.

#define PWR_PVM_MODE_NORMAL   ((uint32_t)0x00000000)

basic mode is used

Definition at line 140 of file stm32l4xx_hal_pwr_ex.h.