Searched refs:PF1550_ReadReg (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.c | 145 result = PF1550_ReadReg(handle, PF1550_FMRDATA, val); in PF1550_ReadOtp() 365 bool PF1550_ReadReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *val) in PF1550_ReadReg() function 382 result = PF1550_ReadReg(handle, reg, ®Value); in PF1550_ModifyReg() 408 if (false == PF1550_ReadReg(handle, reg++, buffer++)) in PF1550_DumpReg() 424 (void)PF1550_ReadReg(handle, PF1550_INT_CATEGORY, &category); in PF1550_GetInterruptCategory() 531 (void)PF1550_ReadReg(handle, PF1550_CHG_INT, &temp); in PF1550_GetInterruptStatus() 537 (void)PF1550_ReadReg(handle, PF1550_SW_INT_STAT0, &temp); in PF1550_GetInterruptStatus() 541 (void)PF1550_ReadReg(handle, PF1550_SW_INT_STAT1, &temp); in PF1550_GetInterruptStatus() 545 (void)PF1550_ReadReg(handle, PF1550_SW_INT_STAT2, &temp); in PF1550_GetInterruptStatus() 551 (void)PF1550_ReadReg(handle, PF1550_LDO_INT_STAT0, &temp); in PF1550_GetInterruptStatus() [all …]
|
| D | fsl_pf1550_charger.c | 122 (void)PF1550_ReadReg(handle, PF1550_VBUS_SNS, &temp); in PF1550_GetChargerStatus() 124 (void)PF1550_ReadReg(handle, PF1550_CHG_SNS, &temp); in PF1550_GetChargerStatus() 126 (void)PF1550_ReadReg(handle, PF1550_BATT_SNS, &temp); in PF1550_GetChargerStatus()
|
| D | fsl_pf1550.h | 526 bool PF1550_ReadReg(pf1550_handle_t *handle, uint8_t reg, uint8_t *val);
|