| Enumerator |
|---|
| FUEL_GAUGE_AVG_CURRENT | Runtime Dynamic Battery Parameters.
Provide a 1 minute average of the current on the battery. Does not check for flags or whether those values are bad readings. See driver instance header for details on implementation and how the average is calculated. Units in uA negative=discharging
|
| FUEL_GAUGE_CURRENT | Battery current (uA); negative=discharging.
|
| FUEL_GAUGE_CHARGE_CUTOFF | Whether the battery underlying the fuel-gauge is cut off from charge.
|
| FUEL_GAUGE_CYCLE_COUNT | Cycle count in 1/100ths (number of charge/discharge cycles).
|
| FUEL_GAUGE_CONNECT_STATE | Connect state of battery.
|
| FUEL_GAUGE_FLAGS | General Error/Runtime Flags.
|
| FUEL_GAUGE_FULL_CHARGE_CAPACITY | Full Charge Capacity in uAh (might change in some implementations to determine wear).
|
| FUEL_GAUGE_PRESENT_STATE | Is the battery physically present.
|
| FUEL_GAUGE_REMAINING_CAPACITY | Remaining capacity in uAh.
|
| FUEL_GAUGE_RUNTIME_TO_EMPTY | Remaining battery life time in minutes.
|
| FUEL_GAUGE_RUNTIME_TO_FULL | Remaining time in minutes until battery reaches full charge.
|
| FUEL_GAUGE_SBS_MFR_ACCESS | Retrieve word from SBS1.1 ManufactuerAccess.
|
| FUEL_GAUGE_ABSOLUTE_STATE_OF_CHARGE | Absolute state of charge (percent, 0-100) - expressed as % of design capacity.
|
| FUEL_GAUGE_RELATIVE_STATE_OF_CHARGE | Relative state of charge (percent, 0-100) - expressed as % of full charge capacity.
|
| FUEL_GAUGE_TEMPERATURE | Temperature in 0.1 K.
|
| FUEL_GAUGE_VOLTAGE | Battery voltage (uV).
|
| FUEL_GAUGE_SBS_MODE | Battery Mode (flags).
|
| FUEL_GAUGE_CHARGE_CURRENT | Battery desired Max Charging Current (uA).
|
| FUEL_GAUGE_CHARGE_VOLTAGE | Battery desired Max Charging Voltage (uV).
|
| FUEL_GAUGE_STATUS | Alarm, Status and Error codes (flags).
|
| FUEL_GAUGE_DESIGN_CAPACITY | Design Capacity (mAh or 10mWh).
|
| FUEL_GAUGE_DESIGN_VOLTAGE | Design Voltage (mV).
|
| FUEL_GAUGE_SBS_ATRATE | AtRate (mA or 10 mW).
|
| FUEL_GAUGE_SBS_ATRATE_TIME_TO_FULL | AtRateTimeToFull (minutes).
|
| FUEL_GAUGE_SBS_ATRATE_TIME_TO_EMPTY | AtRateTimeToEmpty (minutes).
|
| FUEL_GAUGE_SBS_ATRATE_OK | AtRateOK (boolean).
|
| FUEL_GAUGE_SBS_REMAINING_CAPACITY_ALARM | Remaining Capacity Alarm (mAh or 10mWh).
|
| FUEL_GAUGE_SBS_REMAINING_TIME_ALARM | Remaining Time Alarm (minutes).
|
| FUEL_GAUGE_MANUFACTURER_NAME | Manufacturer of pack (1 byte length + 20 bytes data).
|
| FUEL_GAUGE_DEVICE_NAME | Name of pack (1 byte length + 20 bytes data).
|
| FUEL_GAUGE_DEVICE_CHEMISTRY | Chemistry (1 byte length + 4 bytes data).
|
| FUEL_GAUGE_CURRENT_DIRECTION | Battery current direction (flags).
|
| FUEL_GAUGE_STATE_OF_CHARGE_ALARM | Remaining state of charge alarm (percent, 0-100).
|
| FUEL_GAUGE_LOW_VOLTAGE_ALARM | Low Cell Voltage Alarm (uV).
|
| FUEL_GAUGE_HIGH_VOLTAGE_ALARM | High Cell Voltage Alarm (uV).
|
| FUEL_GAUGE_LOW_CURRENT_ALARM | Low Cell Current Alarm (uA).
|
| FUEL_GAUGE_HIGH_CURRENT_ALARM | High Cell Current Alarm (uA).
|
| FUEL_GAUGE_LOW_TEMPERATURE_ALARM | Low Cell Temperature Alarm (dK).
|
| FUEL_GAUGE_HIGH_TEMPERATURE_ALARM | High Cell Temperature Alarm (dK).
|
| FUEL_GAUGE_LOW_GPIO_ALARM | Low GPIO Voltage Alarm (uV).
|
| FUEL_GAUGE_HIGH_GPIO_ALARM | High GPIO Voltage Alarm (uV).
|
| FUEL_GAUGE_GPIO_VOLTAGE | GPIO Voltage (uV).
|
| FUEL_GAUGE_ADC_MODE | ADC Mode (flags).
|
| FUEL_GAUGE_CC_CONFIG | Coulomb Counter Config (flags).
|
| FUEL_GAUGE_STATE_OF_HEALTH | State of Health (SoH) (percent, 0-100).
|
| FUEL_GAUGE_THERM_VOLTAGE_UV | Thermistor Voltage Sense reading (uV).
|
| FUEL_GAUGE_COMMON_COUNT | Reserved to demark end of common fuel gauge properties.
|
| FUEL_GAUGE_CUSTOM_BEGIN | Reserved to demark downstream custom properties - use this value as the actual value may change over future versions of this API.
|
| FUEL_GAUGE_PROP_MAX | Reserved to demark end of valid enum properties.
|