ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Data Fields | |
u16 | target |
u16 | time |
int | id |
void * | callback |
void * | common |
void * | gp |
void* alarm::callback |
Definition at line 31 of file alarm.c.
Referenced by Intc12Handler(), SetAlarm(), and SetAlarmInternal().
void* alarm::common |
Definition at line 32 of file alarm.c.
Referenced by Intc12Handler(), SetAlarm(), and SetAlarmInternal().
void* alarm::gp |
Definition at line 33 of file alarm.c.
Referenced by Intc12Handler(), and SetAlarmInternal().
int alarm::id |
Definition at line 30 of file alarm.c.
Referenced by Intc12Handler(), ReleaseAlarm(), and SetAlarmInternal().
u16 alarm::target |
Definition at line 28 of file alarm.c.
Referenced by InsertAlarm(), Intc12Handler(), ReleaseAlarm(), and SetAlarmInternal().
u16 alarm::time |
Definition at line 29 of file alarm.c.
Referenced by ReleaseAlarm(), and SetAlarmInternal().