STM32F439xx HAL User Manual
Defines
PWR PVD detection level
PWR Exported Constants

Defines

#define PWR_PVDLEVEL_0   PWR_CR_PLS_LEV0
#define PWR_PVDLEVEL_1   PWR_CR_PLS_LEV1
#define PWR_PVDLEVEL_2   PWR_CR_PLS_LEV2
#define PWR_PVDLEVEL_3   PWR_CR_PLS_LEV3
#define PWR_PVDLEVEL_4   PWR_CR_PLS_LEV4
#define PWR_PVDLEVEL_5   PWR_CR_PLS_LEV5
#define PWR_PVDLEVEL_6   PWR_CR_PLS_LEV6
#define PWR_PVDLEVEL_7

Define Documentation

#define PWR_PVDLEVEL_0   PWR_CR_PLS_LEV0

Definition at line 93 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_1   PWR_CR_PLS_LEV1

Definition at line 94 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_2   PWR_CR_PLS_LEV2

Definition at line 95 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_3   PWR_CR_PLS_LEV3

Definition at line 96 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_4   PWR_CR_PLS_LEV4

Definition at line 97 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_5   PWR_CR_PLS_LEV5

Definition at line 98 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_6   PWR_CR_PLS_LEV6

Definition at line 99 of file stm32f4xx_hal_pwr.h.

#define PWR_PVDLEVEL_7
Value:
PWR_CR_PLS_LEV7/* External input analog voltage 
                                                          (Compare internally to VREFINT) */

Definition at line 100 of file stm32f4xx_hal_pwr.h.