Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_batmon.c66 << ( 32 - AON_BATMON_TEMP_INT_W - AON_BATMON_TEMP_INT_S )) in AONBatMonTemperatureGetDegC()
67 >> ( 32 - AON_BATMON_TEMP_INT_W - AON_BATMON_TEMP_INT_S )); in AONBatMonTemperatureGetDegC()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_batmon.c68 << ( 32 - AON_BATMON_TEMP_INT_W - AON_BATMON_TEMP_INT_S )) in AONBatMonTemperatureGetDegC()
69 >> ( 32 - AON_BATMON_TEMP_INT_W - AON_BATMON_TEMP_INT_S )); in AONBatMonTemperatureGetDegC()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_aon_batmon.h346 #define AON_BATMON_TEMP_INT_S 8 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_aon_batmon.h346 #define AON_BATMON_TEMP_INT_S 8 macro
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c173 temperatureCode = temperatureCode >> (32 - AON_BATMON_TEMP_INT_W - AON_BATMON_TEMP_INT_S); in degreesToCode()