Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c118 static const uint32_t regulatorSwVoltSetPonitTab[] = { variable
272 … if (sizeof(regulatorSwVoltSetPonitTab) / sizeof(regulatorSwVoltSetPonitTab[0]) <= voltRegContent) in PF1550_GetRegulatorOutputVolt()
274 voltage = regulatorSwVoltSetPonitTab[(sizeof(regulatorSwVoltSetPonitTab) / in PF1550_GetRegulatorOutputVolt()
275 sizeof(regulatorSwVoltSetPonitTab[0])) - in PF1550_GetRegulatorOutputVolt()
280 voltage = regulatorSwVoltSetPonitTab[voltRegContent]; in PF1550_GetRegulatorOutputVolt()