PSP Power/Battery function

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ziozzang
Posts: 9
Joined: Wed Jun 08, 2005 12:39 pm

PSP Power/Battery function

Post by ziozzang »

Use this with scePower Library.
0x27f3292c, scePowerBatteryUpdateInfo
0x0afd0d8b, scePowerIsBatteryExist
0x1e490401, scePowerIsBatteryCharging
0xb4432bc8, scePowerGetBatteryChargingStatus
0xd3075926, scePowerIsLowBattery
0x28e12023, scePowerGetBatteryTemp
0x862ae1a6, scePowerGetBatteryElec
0x483ce86b, scePowerGetBatteryVolt

0x843fbf43, scePowerSetCpuClockFrequency
0xb8d7b3fb, scePowerSetBusClockFrequency
0xfee03a2f, scePowerGetCpuClockFrequency
0x478fe6f5, scePowerGetBusClockFrequency
long scePowerGetBatteryTemp();
don't know about return values.
if no battery, function returns minus value.
long scePowerIsBatteryCharging();
return value
- no battery : minus value
- charging : 1
- no adaptor : 0
long scePowerGetBatteryVolt();
Battery Charged Voltage
maybe 5000 is 5Volt.

Thanks to "sage/J".
Jioh L. Jung
Seoul, Republic of Korea.
Korean(Native), Japanese(a little), English(somehow).
MMORPG Game Designer.
PSP 1.0 Jap. / iBook OSX 10.4
Post Reply