PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
alarm Struct Reference
+ Collaboration diagram for alarm:

Data Fields

u16 target
 
u16 time
 
int id
 
void * callback
 
void * common
 
void * gp
 
struct heaptag tag
 
struct list_head alarm_list
 
u64 target
 
unsigned int(* cb )(void *)
 
void * userptr
 

Detailed Description

Definition at line 27 of file alarm.c.

Field Documentation

◆ target [1/2]

u16 alarm::target

Definition at line 29 of file alarm.c.

◆ time

u16 alarm::time

Definition at line 30 of file alarm.c.

◆ id

int alarm::id

Definition at line 31 of file alarm.c.

◆ callback

void* alarm::callback

Definition at line 32 of file alarm.c.

◆ common

void* alarm::common

Definition at line 33 of file alarm.c.

◆ gp

void* alarm::gp

Definition at line 34 of file alarm.c.

◆ tag

struct heaptag alarm::tag

Definition at line 133 of file thcommon.h.

◆ alarm_list

struct list_head alarm::alarm_list

Definition at line 134 of file thcommon.h.

◆ target [2/2]

u64 alarm::target

Definition at line 135 of file thcommon.h.

◆ cb

unsigned int(* alarm::cb) (void *)

Definition at line 136 of file thcommon.h.

◆ userptr

void* alarm::userptr

Definition at line 137 of file thcommon.h.


The documentation for this struct was generated from the following files: