Nugget
|
Go to the source code of this file.
Enumerations | |
enum | event_class { EVENT_VBLANK = 0xf0000001 , EVENT_GPU = 0xf0000002 , EVENT_CDROM = 0xf0000003 , EVENT_DMA = 0xf0000004 , EVENT_RTC0 = 0xf0000005 , EVENT_RTC1 = 0xf0000006 , EVENT_CONTROLLER = 0xf0000008 , EVENT_SPU = 0xf0000009 , EVENT_PIO = 0xf000000a , EVENT_SIO = 0xf000000b , EVENT_CARD = 0xf0000011 , EVENT_BU = 0xf4000001 } |
enum | event_mode { EVENT_MODE_CALLBACK = 0x1000 , EVENT_MODE_NO_CALLBACK = 0x2000 } |
enum | event_flag { EVENT_FLAG_FREE = 0x0000 , EVENT_FLAG_DISABLED = 0x1000 , EVENT_FLAG_ENABLED = 0x2000 , EVENT_FLAG_PENDING = 0x4000 } |
enum event_class |
enum event_flag |
enum event_mode |