STM32G474xx HAL 用户手册
宏定义
VREFBUF 电压
系统 导出常量

宏定义

#define LL_VREFBUF_VOLTAGE_SCALE0   ((uint32_t)0x00000000)
#define LL_VREFBUF_VOLTAGE_SCALE1   VREFBUF_CSR_VRS_0
#define LL_VREFBUF_VOLTAGE_SCALE2   VREFBUF_CSR_VRS_1

宏定义文档

#define LL_VREFBUF_VOLTAGE_SCALE0   ((uint32_t)0x00000000)

电压基准比例 0 (VREFBUF_OUT = 2.048V)

定义于文件 stm32g4xx_ll_system.h 的第 310 行。

#define LL_VREFBUF_VOLTAGE_SCALE1   VREFBUF_CSR_VRS_0

电压基准比例 1 (VREFBUF_OUT = 2.5V)

定义于文件 stm32g4xx_ll_system.h 的第 311 行。

#define LL_VREFBUF_VOLTAGE_SCALE2   VREFBUF_CSR_VRS_1

电压基准比例 2 (VREFBUF_OUT = 2.9V)

定义于文件 stm32g4xx_ll_system.h 的第 312 行。