Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daux_adc.c324 AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts) in AUXADCMicrovoltsToValue() argument
328 microvolts >>= 4; in AUXADCMicrovoltsToValue()
329 return ((microvolts * 4095) + (fixedRefVoltage / 2)) / fixedRefVoltage; in AUXADCMicrovoltsToValue()
Daux_adc.h533 extern int32_t AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts);
Drom.h737 ((int32_t (*)(int32_t fixedRefVoltage, int32_t microvolts)) \
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daux_adc.c322 AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts) in AUXADCMicrovoltsToValue() argument
326 microvolts >>= 4; in AUXADCMicrovoltsToValue()
327 return ((microvolts * 4095) + (fixedRefVoltage / 2)) / fixedRefVoltage; in AUXADCMicrovoltsToValue()
Daux_adc.h531 extern int32_t AUXADCMicrovoltsToValue(int32_t fixedRefVoltage, int32_t microvolts);
Drom.h739 ((int32_t (*)(int32_t fixedRefVoltage, int32_t microvolts)) \