|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for timer_alarm.c:Go to the source code of this file.
Data Structures | |
| struct | alarm_struct_ |
Functions | |
| struct alarm_struct_ | __attribute__ ((aligned(16))) |
| static alarm_struct_t * | ForTimer_AllocAlarm (void) |
| static void | ForTimer_FreeAlarm (alarm_struct_t *alarm_current) |
Variables | |
| struct alarm_struct_ * | alarm_next |
| vs32 | timer_counter_id |
| timer_alarm_handler_t | callback_handler |
| void * | callback_handler_arg |
| alarm_struct_t * | g_pFreeAlarm |
Some routines to do some timer alarm work
Definition in file timer_alarm.c.
| struct alarm_struct_ |
Definition at line 20 of file timer_alarm.c.
Collaboration diagram for alarm_struct_:| Data Fields | ||
|---|---|---|
| struct alarm_struct_ * | alarm_next | |
| vs32 | timer_counter_id | |
| timer_alarm_handler_t | callback_handler | |
| void * | callback_handler_arg | |