Searched refs:AON_BATMON_O_BAT (Results 1 – 9 of 9) sorted by relevance
72 …tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()
189 ui32CurrentBattery = HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT); in AONBatMonBatteryVoltageGet()
302 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
74 …tempCorrection = (( voltageSlope * (((int32_t)HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT )) - 0x… in AONBatMonTemperatureGetDegC()
191 ui32CurrentBattery = HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT); in AONBatMonBatteryVoltageGet()
331 aonBatmonBat = HWREG( AON_BATMON_BASE + AON_BATMON_O_BAT ); in SysCtrl_DCDC_VoltageConditionalControl()
74 #define AON_BATMON_O_BAT 0x00000028 macro
155 correctionOffset = ((int32_t)HWREG(AON_BATMON_BASE + AON_BATMON_O_BAT)); in degreesToCode()