Searched refs:microvolts (Results 1 – 6 of 6) sorted by relevance
324 AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts) in AUXADCMicrovoltsToValue() argument328 microvolts >>= 4; in AUXADCMicrovoltsToValue()329 return ((microvolts * 4095) + (fixedRefVoltage / 2)) / fixedRefVoltage; in AUXADCMicrovoltsToValue()
533 extern int32_t AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts);
737 ((int32_t (*)(int32_t fixedRefVoltage, int32_t microvolts)) \
322 AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts) in AUXADCMicrovoltsToValue() argument326 microvolts >>= 4; in AUXADCMicrovoltsToValue()327 return ((microvolts * 4095) + (fixedRefVoltage / 2)) / fixedRefVoltage; in AUXADCMicrovoltsToValue()
531 extern int32_t AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts);
739 ((int32_t (*)(int32_t fixedRefVoltage, int32_t microvolts)) \