Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dadc.h762 extern uint32_t ADCAdjustValueForGain(uint32_t adcValue, uint32_t bitResolution, uint16_t gain);
Dadc.c218 uint32_t ADCAdjustValueForGain(uint32_t adcValue, uint32_t bitResolution, uint16_t gain) in ADCAdjustValueForGain() function
Dtempdiode.c391 diodeVoltage = ADCAdjustValueForGain(diodeVoltage, ADC_RESOLUTION_12_BIT, gain); in TempDiodeGetTemp()