State info type used for informing the library of external factors and events.
The library uses this (optional) information to improve predictions.
| Enumerator |
|---|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_VBUS_CONNECTED | VBUS/USB has been connected to supply external power
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_VBUS_DISCONNECTED | VBUS/USB has been disconnected
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_CHARGE_STATE_CHANGE | Change in charger state (as determined by charger device)
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_CHARGE_CURRENT_CORRECTION | Multiply current by this factor when charging
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_DISCHARGE_CURRENT_CORRECTION | Multiply current by this factor when discharging
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_CHARGE_CURRENT_LIMIT | Specify the charge current limit used by the charger
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_TERM_CURRENT | Specify the termination current used by the charger
|
| NRF_FUEL_GAUGE_EXT_STATE_INFO_BATTERY_REPLACED | The battery has been replaced
|