Power manager
batteryChargeCurrent - SystemPowerConfiguration
Sets the battery charge current. The actual charge current is the lesser of powerSourceMaxCurrent and batteryChargeCurrent. The value is milliamps (mA).
The default is 896 mA.
This sets the fast charge current limit (ICHG) bits in the PMIC charge current control register. See PMIC::setChargeCurrent() and PMIC::getChargeCurrentValue() for the equivalent low-level PMIC methods.
// PROTOTYPES
SystemPowerConfiguration& batteryChargeCurrent(uint16_t current)
uint16_t batteryChargeCurrent() const