Searched refs:ugBwScale (Results 1 – 4 of 4) sorted by relevance
539 calData = (init->ugBwScale ? DEVINFO->OPA0CAL0 : DEVINFO->OPA0CAL4); in OPAMP_Enable()542 calData = (init->ugBwScale ? DEVINFO->OPA0CAL1 : DEVINFO->OPA0CAL5); in OPAMP_Enable()545 calData = (init->ugBwScale ? DEVINFO->OPA0CAL2 : DEVINFO->OPA0CAL6); in OPAMP_Enable()548 calData = (init->ugBwScale ? DEVINFO->OPA0CAL3 : DEVINFO->OPA0CAL7); in OPAMP_Enable()558 calData = (init->ugBwScale ? DEVINFO->OPA1CAL0 : DEVINFO->OPA1CAL4); in OPAMP_Enable()561 calData = (init->ugBwScale ? DEVINFO->OPA1CAL1 : DEVINFO->OPA1CAL5); in OPAMP_Enable()564 calData = (init->ugBwScale ? DEVINFO->OPA1CAL2 : DEVINFO->OPA1CAL6); in OPAMP_Enable()567 calData = (init->ugBwScale ? DEVINFO->OPA1CAL3 : DEVINFO->OPA1CAL7); in OPAMP_Enable()577 calData = (init->ugBwScale ? DEVINFO->OPA2CAL0 : DEVINFO->OPA2CAL4); in OPAMP_Enable()580 calData = (init->ugBwScale ? DEVINFO->OPA2CAL1 : DEVINFO->OPA2CAL5); in OPAMP_Enable()[all …]
507 bool ugBwScale; /**< Unity gain bandwidth scaled by factor of 2.5. */ member