This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650的 AONBatMonBatteryVoltageGet函数返回的数值怎样转换成电池电压?

如题,函数如下

__STATIC_INLINE uint32_t
AONBatMonBatteryVoltageGet(void)
{
uint32_t ui32CurrentBattery;

ui32CurrentBattery = HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT);

//
// Return the current battery voltage measurement.
//
return (ui32CurrentBattery >> AON_BATMON_BAT_FRAC_S);
}

返回值是838,请问转换成电池电压是多少,怎样计算