Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c715 uint8_t regulatorVoltRegAddr; in PF3000_SetRegulatorOutputVoltage() local
737 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
744 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
751 regulatorVoltRegAddr = switchVoltRegTab[module][status]; in PF3000_SetRegulatorOutputVoltage()
758 regulatorVoltRegAddr = PF3000_SWBST_CTRL; in PF3000_SetRegulatorOutputVoltage()
768 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
775 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
782 regulatorVoltRegAddr = regulatorCtrlRegTab[module]; in PF3000_SetRegulatorOutputVoltage()
788 regulatorVoltRegAddr = 0x00U; in PF3000_SetRegulatorOutputVoltage()
794 PF3000_ModifyReg(handle, regulatorVoltRegAddr, regulatorVoltRegMask, regulatorVoltRegContent); in PF3000_SetRegulatorOutputVoltage()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c734 uint8_t regulatorVoltRegAddr; in PF1550_SetRegulatorOutputVoltage() local
746 regulatorVoltRegAddr = regulatorVoltRegTab[module]; in PF1550_SetRegulatorOutputVoltage()
754 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
761 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
765 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_STBY_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
770 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_SLP_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
775 (void)PF1550_WriteReg(handle, regulatorVoltRegAddr, regulatorVoltRegContent); in PF1550_SetRegulatorOutputVoltage()
776 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_STBY_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
778 … (void)PF1550_WriteReg(handle, regulatorVoltRegAddr + (PF1550_SW1_SLP_VOLT - PF1550_SW1_VOLT), in PF1550_SetRegulatorOutputVoltage()
794 uint8_t regulatorVoltRegAddr; in PF1550_GetRegulatorOutputVoltage() local
[all …]