Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c72 static uint32_t millivoltsToCode(uint16_t voltageMillivolts);
98 static uint32_t millivoltsToCode(uint16_t voltageMillivolts) in millivoltsToCode() function
117 uint32_t voltageCode = millivoltsToCode(thresholdLow); in setBatLowerLimit()
129 uint32_t voltageCode = millivoltsToCode(thresholdHigh); in setBatUpperLimit()