Searched refs:fastChargeCurrent_mA (Results 1 – 2 of 2) sorted by relevance
34 temp = (attribute->fastChargeCurrent_mA > 1000U) ? 1000U : attribute->fastChargeCurrent_mA; in PF1550_SetChargerAttibute()35 temp = (attribute->fastChargeCurrent_mA < 100U) ? 100U : temp; in PF1550_SetChargerAttibute()
113 uint32_t fastChargeCurrent_mA; /* Fast Charge Current in mA. */ member