|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | PWR_PVDLEVEL_0 PWR_CR2_PLS_LEV0 |
| #define | PWR_PVDLEVEL_1 PWR_CR2_PLS_LEV1 |
| #define | PWR_PVDLEVEL_2 PWR_CR2_PLS_LEV2 |
| #define | PWR_PVDLEVEL_3 PWR_CR2_PLS_LEV3 |
| #define | PWR_PVDLEVEL_4 PWR_CR2_PLS_LEV4 |
| #define | PWR_PVDLEVEL_5 PWR_CR2_PLS_LEV5 |
| #define | PWR_PVDLEVEL_6 PWR_CR2_PLS_LEV6 |
| #define | PWR_PVDLEVEL_7 PWR_CR2_PLS_LEV7 |
| #define PWR_PVDLEVEL_0 PWR_CR2_PLS_LEV0 |
PVD阈值约为2.0 V
定义于文件 stm32g4xx_hal_pwr.h 的第 71 行。
| #define PWR_PVDLEVEL_1 PWR_CR2_PLS_LEV1 |
PVD阈值约为2.2 V
定义于文件 stm32g4xx_hal_pwr.h 的第 72 行。
| #define PWR_PVDLEVEL_2 PWR_CR2_PLS_LEV2 |
PVD阈值约为2.4 V
定义于文件 stm32g4xx_hal_pwr.h 的第 73 行。
| #define PWR_PVDLEVEL_3 PWR_CR2_PLS_LEV3 |
PVD阈值约为2.5 V
定义于文件 stm32g4xx_hal_pwr.h 的第 74 行。
| #define PWR_PVDLEVEL_4 PWR_CR2_PLS_LEV4 |
PVD阈值约为2.6 V
定义于文件 stm32g4xx_hal_pwr.h 的第 75 行。
| #define PWR_PVDLEVEL_5 PWR_CR2_PLS_LEV5 |
PVD阈值约为2.8 V
定义于文件 stm32g4xx_hal_pwr.h 的第 76 行。
| #define PWR_PVDLEVEL_6 PWR_CR2_PLS_LEV6 |
PVD阈值约为2.9 V
定义于文件 stm32g4xx_hal_pwr.h 的第 77 行。
| #define PWR_PVDLEVEL_7 PWR_CR2_PLS_LEV7 |
外部输入模拟电压(内部与VREFINT比较)
定义于文件 stm32g4xx_hal_pwr.h 的第 78 行。
1.7.6.1