Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Daon_batmon.c57 int32_t tempCorrection ; // Voltage dependent temp correction with 8 fractional bits in AONBatMonTemperatureGetDegC() local
72tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()
74 return ((( signedTemp - tempCorrection ) + 0x80 ) >> 8 ); in AONBatMonTemperatureGetDegC()

Completed in 7 milliseconds