Searched refs:iFast (Results 1 – 2 of 2) sorted by relevance
1509 bool PCA9422_SetFastChargeCurrent(pca9422_handle_t *handle, uint16_t iFast);
304 bool PCA9422_SetFastChargeCurrent(pca9422_handle_t *handle, uint16_t iFast) in PCA9422_SetFastChargeCurrent() argument319 if (iFast > 320U * 10U) in PCA9422_SetFastChargeCurrent()336 regVal = (uint8_t)((iFast - currStep) / currStep); in PCA9422_SetFastChargeCurrent()