Home
last modified time | relevance | path

Searched refs:PCA9422_WriteRegs (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/pca9422/
Dfsl_pca9422.c168 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, chgCntl, sizeof(chgCntl)); in PCA9422_InitCharger()
170 result = result ? PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U) : result; in PCA9422_InitCharger()
180 result = PCA9422_WriteRegs(handle, PCA9422_CHGIN_CNTL_0, chgInCntl, sizeof(chgInCntl)); in PCA9422_InitCharger()
194 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_SetPreChargeCurrent()
210 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_SetPreChargeCurrent()
224 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_GetPreChargeCurrent()
240 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_GetPreChargeCurrent()
256 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_SetTopoffCurrent()
272 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_SetTopoffCurrent()
286 result = PCA9422_WriteRegs(handle, PCA9422_CHG_CNTL0, &regVal, 1U); in PCA9422_GetTopoffCurrent()
[all …]
Dfsl_pca9422.h2096 bool PCA9422_WriteRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);