Lines Matching refs:PF3000_ModifyReg

561     PF3000_ModifyReg(handle, PF3000_PWR_CTRL, PF3000_PWR_CTRL_REGSCCP_ENABLE_MASK, temp);  in PF3000_Init()
596 bool PF3000_ModifyReg(pf3000_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t val) in PF3000_ModifyReg() function
647 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK0, (source & 0xFFU), 0x0U); in PF3000_EnableInterrupts()
649 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK1, ((source & 0xFF00U) >> 8U), 0x0U); in PF3000_EnableInterrupts()
651 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK3, ((source & 0xFF0000U) >> 16U), 0x0U); in PF3000_EnableInterrupts()
653 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK4, ((source & 0xFF000000U) >> 24), 0x0U); in PF3000_EnableInterrupts()
661 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK0, 0x0U, (source & 0xFFU)); in PF3000_DisableInterrupts()
663 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK1, 0x0U, ((source & 0xFF00U) >> 8U)); in PF3000_DisableInterrupts()
665 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK3, 0x0U, ((source & 0xFF0000U) >> 16U)); in PF3000_DisableInterrupts()
667 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK4, 0x0U, ((source & 0xFF000000U) >> 24)); in PF3000_DisableInterrupts()
794 PF3000_ModifyReg(handle, regulatorVoltRegAddr, regulatorVoltRegMask, regulatorVoltRegContent); in PF3000_SetRegulatorOutputVoltage()
908 PF3000_ModifyReg(handle, regulatorCtrlRegAddr, PF3000_LDO_ENABLE_MASK, in PF3000_EnableRegulator()
914 PF3000_ModifyReg(handle, PF3000_VREFDDR_CTRL, PF3000_VREFDDR_SUPPLY_ENABLE_MASK, in PF3000_EnableRegulator()
1025PF3000_ModifyReg(handle, switchModeRegAddr, PF3000_SW_MODE_OFF_MASK | PF3000_SW_MODE_SELECTOR_MASK… in PF3000_SetSwitchAttribute()
1035 PF3000_ModifyReg(handle, switchCtrlRegAddr, in PF3000_SetSwitchAttribute()
1054 PF3000_ModifyReg(handle, switchBoostCtrlRegAddr, in PF3000_SetSwitchBoostAttribute()
1075 PF3000_ModifyReg(handle, ldoCtrlRegAddr, in PF3000_SetLdoAttribute()
1090PF3000_ModifyReg(handle, PF3000_COIN_CTRL, PF3000_COIN_CTRL_ENABLE_MASK | PF3000_COIN_CTRL_VOLT_MA… in PF3000_SetCoinCellAttribute()
1104PF3000_ModifyReg(handle, PF3000_PWR_CTRL, PF3000_PWR_CTRL_STANDBYINV_MASK | PF3000_PWR_CTRL_STBYDL… in PF3000_SetStandbyPadAttribute()
1119 PF3000_ModifyReg(handle, PF3000_PWR_CTRL, in PF3000_SetPwrOnPadAttibute()