Searched refs:PF3000_ReadReg (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/pf3000/ |
| D | fsl_pf3000.c | 167 result = PF3000_ReadReg(handle, reg, val); in PF3000_ReadOtp() 587 bool PF3000_ReadReg(pf3000_handle_t *handle, uint8_t reg, uint8_t *val) in PF3000_ReadReg() function 604 result = PF3000_ReadReg(handle, reg, ®Value); in PF3000_ModifyReg() 633 if (false == PF3000_ReadReg(handle, reg++, buffer++)) in PF3000_DumpReg() 678 PF3000_ReadReg(handle, PF3000_SW_INT_STAT0, &temp); in PF3000_GetInterruptStatus() 682 PF3000_ReadReg(handle, PF3000_SW_INT_STAT1, &temp); in PF3000_GetInterruptStatus() 686 PF3000_ReadReg(handle, PF3000_SW_INT_STAT3, &temp); in PF3000_GetInterruptStatus() 690 PF3000_ReadReg(handle, PF3000_SW_INT_STAT4, &temp); in PF3000_GetInterruptStatus() 877 PF3000_ReadReg(handle, regulatorVoltRegAddr, ®ulatorVoltRegContent); in PF3000_GetRegulatorOutputVoltage() 953 PF3000_ReadReg(handle, regulatorCtrlRegAddr, ®ulatorCtrlRegContent); in PF3000_IsRegulatorEnabled() [all …]
|
| D | fsl_pf3000.h | 424 bool PF3000_ReadReg(pf3000_handle_t *handle, uint8_t reg, uint8_t *val);
|