Searched refs:signedTemp (Results 1 – 2 of 2) sorted by relevance
60 int32_t signedTemp ; // Signed extended temperature with 8 fractional bits in AONBatMonTemperatureGetDegC() local65 signedTemp = ((((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_TEMP )) in AONBatMonTemperatureGetDegC()74 return ((( signedTemp - tempCorrection ) + 0x80 ) >> 8 ); in AONBatMonTemperatureGetDegC()
62 int32_t signedTemp ; // Signed extended temperature with 8 fractional bits in AONBatMonTemperatureGetDegC() local67 signedTemp = ((((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_TEMP )) in AONBatMonTemperatureGetDegC()76 return ((( signedTemp - tempCorrection ) + 0x80 ) >> 8 ); in AONBatMonTemperatureGetDegC()