Lines Matching defs:handle

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()
684 bool PCA9422_SetRechargeThreshold(pca9422_handle_t *handle, uint8_t rechgTh) in PCA9422_SetRechargeThreshold()
713 bool PCA9422_SetPrechargeTimer(pca9422_handle_t *handle, uint8_t tPrechg) in PCA9422_SetPrechargeTimer()
742 bool PCA9422_SetFastchargeTimer(pca9422_handle_t *handle, uint8_t tFastchg) in PCA9422_SetFastchargeTimer()
771 bool PCA9422_SetTopoffTimer(pca9422_handle_t *handle, uint8_t tTopoff) in PCA9422_SetTopoffTimer()
800 uint8_t PCA9422_GetChargeState(pca9422_handle_t *handle) in PCA9422_GetChargeState()
842 void PCA9422_SelectAMUXChannel(pca9422_handle_t *handle, pca9422_amux_channel_t amuxCh) in PCA9422_SelectAMUXChannel()
857 void PCA9422_SetAMUXMode(pca9422_handle_t *handle, pca9422_amux_mode_t mode) in PCA9422_SetAMUXMode()
885 pca9422_amux_mode_t PCA9422_GetAMUXMode(pca9422_handle_t *handle) in PCA9422_GetAMUXMode()
917 bool PCA9422_SetAMUXConfig(pca9422_handle_t *handle, pca9422_amux_config_t config) in PCA9422_SetAMUXConfig()
944 float PCA9422_GetAMUXScaleFactor(pca9422_handle_t *handle, pca9422_amux_channel_t channel) in PCA9422_GetAMUXScaleFactor()
976 bool PCA9422_SetEnableCharge(pca9422_handle_t *handle, bool enable) in PCA9422_SetEnableCharge()
1020 bool PCA9422_SetUSBSuspendMode(pca9422_handle_t *handle, bool enable) in PCA9422_SetUSBSuspendMode()
1215 void PCA9422_InitRegulator(pca9422_handle_t *handle, const pca9422_regulator_config_t *config) in PCA9422_InitRegulator()
1675 void PCA9422_GetLDO1EnMode(pca9422_handle_t *handle, bool *enmode) in PCA9422_GetLDO1EnMode()
1691 void PCA9422_SetLDO1EnMode(pca9422_handle_t *handle, bool enmode) in PCA9422_SetLDO1EnMode()
1702 void PCA9422_GetRegulatorEnMode(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_enmode_t… in PCA9422_GetRegulatorEnMode()
1805 void PCA9422_SetRegulatorEnMode(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_enmode_t… in PCA9422_SetRegulatorEnMode()
1876 void PCA9422_GetRegulatorLPMode(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_reg_lpmo… in PCA9422_GetRegulatorLPMode()
2003 void PCA9422_SetRegulatorLPMode(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_reg_lpmo… in PCA9422_SetRegulatorLPMode()
2103 void PCA9422_SetRegulatorVoltage(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_vout_t … in PCA9422_SetRegulatorVoltage()
2403 void PCA9422_GetRegulatorVoltage(pca9422_handle_t *handle, pca9422_regulator_t reg, pca9422_vout_t … in PCA9422_GetRegulatorVoltage()
2781 uint8_t PCA9422_GetRegulatorStatus(pca9422_handle_t *handle) in PCA9422_GetRegulatorStatus()
2796 void PCA9422_SwitchPowerMode(pca9422_handle_t *handle, pca9422_power_mode_t mode) in PCA9422_SwitchPowerMode()
2862 bool PCA9422_GetCurrentPowerMode(pca9422_handle_t *handle, pca9422_power_mode_t *mode) in PCA9422_GetCurrentPowerMode()
2875 void PCA9422_GetCurrentEnMode(pca9422_handle_t *handle, pca9422_enmodecfg_t *config) in PCA9422_GetCurrentEnMode()
2887 bool PCA9422_GetStandbyControl(pca9422_handle_t *handle, pca9422_standby_ctrl_t *ctrl) in PCA9422_GetStandbyControl()
2900 void PCA9422_SetBuckDVSControl(pca9422_handle_t *handle, pca9422_regulator_t reg, uint8_t dvsCtrl) in PCA9422_SetBuckDVSControl()
2937 void PCA9422_SetEnableRegulatorRunState(pca9422_handle_t *handle, pca9422_regulator_t reg, bool ena… in PCA9422_SetEnableRegulatorRunState()
3000 void PCA9422_GetEnableRegulatorRunState(pca9422_handle_t *handle, pca9422_regulator_t reg, bool *en… in PCA9422_GetEnableRegulatorRunState()
3074 void PCA9422_ReadPowerModeConfigs(pca9422_handle_t *handle, pca9422_power_mode_t powerMode, pca9422… in PCA9422_ReadPowerModeConfigs()
3206 void PCA9422_WritePowerModeConfigs(pca9422_handle_t *handle, pca9422_power_mode_t powerMode, pca942… in PCA9422_WritePowerModeConfigs()
3336 void PCA9422_WriteEnModeConfig(pca9422_handle_t *handle, pca9422_enmodecfg_t config) in PCA9422_WriteEnModeConfig()
3349 void PCA9422_WriteRegEnableConfig(pca9422_handle_t *handle, pca9422_regulatoren_t config) in PCA9422_WriteRegEnableConfig()
3387 void PCA9422_ReadEnableConfigs(pca9422_handle_t *handle, pca9422_power_mode_t powerMode, pca9422_en… in PCA9422_ReadEnableConfigs()
3439 void PCA9422_FeedWatchDog(pca9422_handle_t *handle) in PCA9422_FeedWatchDog()
3446 void PCA9422_SetWatchDogTimer(pca9422_handle_t *handle, pca9422_wd_timer_t wd_timer) in PCA9422_SetWatchDogTimer()
3457 bool PCA9422_WriteRegsReadback(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val) in PCA9422_WriteRegsReadback()
3488 bool PCA9422_ModifyRegReadback(pca9422_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t val) in PCA9422_ModifyRegReadback()
3510 bool PCA9422_WriteRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9422_WriteRegs()
3519 bool PCA9422_ReadRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9422_ReadRegs()
3528 bool PCA9422_ModifyReg(pca9422_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t val) in PCA9422_ModifyReg()
3550 void PCA9422_EnableChargerInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_EnableChargerInterrupts()
3570 void PCA9422_DisableChargerInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_DisableChargerInterrupts()
3587 void PCA9422_GetChargerInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_GetChargerInterrupts()
3599 void PCA9422_GetChargerInterruptStatus(pca9422_handle_t *handle, uint8_t *status) in PCA9422_GetChargerInterruptStatus()
3611 void PCA9422_EnableRegulatorInterrupt(pca9422_handle_t *handle, uint8_t *source) in PCA9422_EnableRegulatorInterrupt()
3625 void PCA9422_DisableRegulatorInterrupt(pca9422_handle_t *handle, uint8_t *source) in PCA9422_DisableRegulatorInterrupt()
3641 void PCA9422_GetRegulatorInterrupt(pca9422_handle_t *handle, uint8_t *source) in PCA9422_GetRegulatorInterrupt()
3653 void PCA9422_GetRegulatorInterruptStatus(pca9422_handle_t *handle, uint8_t *status) in PCA9422_GetRegulatorInterruptStatus()
3665 void PCA9422_EnableSublevelInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_EnableSublevelInterrupts()
3692 void PCA9422_DisableSublevelInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_DisableSublevelInterrupts()
3718 void PCA9422_GetSublevelInterrupts(pca9422_handle_t *handle, uint8_t *source) in PCA9422_GetSublevelInterrupts()
3740 void PCA9422_GetToplevelInterruptStatus(pca9422_handle_t *handle, uint8_t *status) in PCA9422_GetToplevelInterruptStatus()