Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Daon_batmon.c58 …int8_t voltageSlope ; // Signed byte value representing the TEMP slope with battery voltage… in AONBatMonTemperatureGetDegC() local
71 voltageSlope = ((int8_t)HWREGB( FCFG1_BASE + FCFG1_O_MISC_TRIM )); in AONBatMonTemperatureGetDegC()
72 …tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()

Completed in 2 milliseconds