Searched refs:pca9422_handle_t (Results 1 – 2 of 2) sorted by relevance
1228 } pca9422_handle_t; typedef1465 void PCA9422_InitCharger(pca9422_handle_t *handle, const pca9422_charger_config_t *config);1475 bool PCA9422_SetPreChargeCurrent(pca9422_handle_t *handle, uint8_t iPrechg);1483 uint8_t PCA9422_GetPreChargeCurrent(pca9422_handle_t *handle);1491 uint8_t PCA9422_GetTopoffCurrent(pca9422_handle_t *handle);1500 bool PCA9422_SetTopoffCurrent(pca9422_handle_t *handle, uint8_t iTopoff);1509 bool PCA9422_SetFastChargeCurrent(pca9422_handle_t *handle, uint16_t iFast);1517 uint16_t PCA9422_GetFastChargeCurrent(pca9422_handle_t *handle);1525 uint16_t PCA9422_GetChargeCurrent(pca9422_handle_t *handle);1532 uint16_t PCA9422_GetVBATRegulation(pca9422_handle_t *handle);[all …]
136 void PCA9422_InitCharger(pca9422_handle_t *handle, const pca9422_charger_config_t *config) in PCA9422_InitCharger()187 bool PCA9422_SetPreChargeCurrent(pca9422_handle_t *handle, uint8_t iPrechg) in PCA9422_SetPreChargeCurrent()216 uint8_t PCA9422_GetPreChargeCurrent(pca9422_handle_t *handle) in PCA9422_GetPreChargeCurrent()249 bool PCA9422_SetTopoffCurrent(pca9422_handle_t *handle, uint8_t iTopoff) in PCA9422_SetTopoffCurrent()278 uint8_t PCA9422_GetTopoffCurrent(pca9422_handle_t *handle) in PCA9422_GetTopoffCurrent()304 bool PCA9422_SetFastChargeCurrent(pca9422_handle_t *handle, uint16_t iFast) in PCA9422_SetFastChargeCurrent()353 uint16_t PCA9422_GetFastChargeCurrent(pca9422_handle_t *handle) in PCA9422_GetFastChargeCurrent()396 uint16_t PCA9422_GetChargeCurrent(pca9422_handle_t *handle) in PCA9422_GetChargeCurrent()538 uint16_t PCA9422_GetVBATRegulation(pca9422_handle_t *handle) in PCA9422_GetVBATRegulation()634 bool PCA9422_SetVBATRegulation(pca9422_handle_t *handle, uint16_t vFloat) in PCA9422_SetVBATRegulation()[all …]