Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c167 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, &regValue); 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, &regulatorVoltRegContent); in PF3000_GetRegulatorOutputVoltage()
953 PF3000_ReadReg(handle, regulatorCtrlRegAddr, &regulatorCtrlRegContent); in PF3000_IsRegulatorEnabled()
[all …]
Dfsl_pf3000.h424 bool PF3000_ReadReg(pf3000_handle_t *handle, uint8_t reg, uint8_t *val);