Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_batmon.c72 …tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()
Daon_batmon.h189 ui32CurrentBattery = HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT); in AONBatMonBatteryVoltageGet()
Dsys_ctrl.c302 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_batmon.c74 …tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()
Daon_batmon.h191 ui32CurrentBattery = HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT); in AONBatMonBatteryVoltageGet()
Dsys_ctrl.c331 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_aon_batmon.h74 #define AON_BATMON_O_BAT 0x00000028 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_aon_batmon.h74 #define AON_BATMON_O_BAT 0x00000028 macro
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c155 correctionOffset = ((int32_t)HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT)); in degreesToCode()