Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dadc.c221 uint32_t adjustedValue; in ADCAdjustValueForGain() local
224 adjustedValue = ((adcValue * gain) + 0x4000) / 0x8000; in ADCAdjustValueForGain()
241 if (adjustedValue > adcMaxCode) in ADCAdjustValueForGain()
243 adjustedValue = adcMaxCode; in ADCAdjustValueForGain()
246 return (adjustedValue); in ADCAdjustValueForGain()