STM32L443xx HAL User Manual
|
Defines | |
#define | PVM_MODE_IT ((uint32_t)0x00010000) |
#define | PVM_MODE_EVT ((uint32_t)0x00020000) |
#define | PVM_RISING_EDGE ((uint32_t)0x00000001) |
#define | PVM_FALLING_EDGE ((uint32_t)0x00000002) |
#define PVM_FALLING_EDGE ((uint32_t)0x00000002) |
Mask for falling edge set as PVM trigger
Definition at line 65 of file stm32l4xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigPVM().
#define PVM_MODE_EVT ((uint32_t)0x00020000) |
Mask for event yielded by PVM threshold crossing
Definition at line 63 of file stm32l4xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigPVM().
#define PVM_MODE_IT ((uint32_t)0x00010000) |
Mask for interruption yielded by PVM threshold crossing
Definition at line 62 of file stm32l4xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigPVM().
#define PVM_RISING_EDGE ((uint32_t)0x00000001) |
Mask for rising edge set as PVM trigger
Definition at line 64 of file stm32l4xx_hal_pwr_ex.c.
Referenced by HAL_PWREx_ConfigPVM().