Searched refs:REFER_VOLTAGE (Results 1 – 7 of 7) sorted by relevance
24 #define REFER_VOLTAGE 330 /* 参考电压 3.3V,数据精度乘以100保留2位小数*/ macro104 vol = value * REFER_VOLTAGE / convertBits; in dac_vol_sample()
25 #define REFER_VOLTAGE 3300 /* 参考电压 3.3V,单位mv */ macro145 vol = value * REFER_VOLTAGE / CONVERT_BITS; in adc_vol_sample()
20 #define REFER_VOLTAGE 330 /* voltage reference */ macro34 vol = value * REFER_VOLTAGE / CONVERT_BITS; in timeout_cb()
53 #define REFER_VOLTAGE 330 macro72 vol = value * REFER_VOLTAGE / CONVERT_BITS; in adc_vol_sample()87 #define REFER_VOLTAGE 330 /* 参考电压 3.3V,数据精度乘以100保留2位小数*/ macro113 vol = value * REFER_VOLTAGE / CONVERT_BITS; in dac_vol_sample()
52 #define REFER_VOLTAGE 330 macro73 vol = value * REFER_VOLTAGE / CONVERT_BITS; in adc_vol_sample()
855 #define REFER_VOLTAGE 3300 in MSH_CMD_EXPORT() macro875 vol = value * REFER_VOLTAGE / CONVERT_BITS; in MSH_CMD_EXPORT()
Completed in 18 milliseconds