Nugget
Loading...
Searching...
No Matches
Enumerations
events.h File Reference
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ event_class

Enumerator
EVENT_VBLANK 
EVENT_GPU 
EVENT_CDROM 
EVENT_DMA 
EVENT_RTC0 
EVENT_RTC1 
EVENT_CONTROLLER 
EVENT_SPU 
EVENT_PIO 
EVENT_SIO 
EVENT_CARD 
EVENT_BU 

◆ event_flag

enum event_flag
Enumerator
EVENT_FLAG_FREE 
EVENT_FLAG_DISABLED 
EVENT_FLAG_ENABLED 
EVENT_FLAG_PENDING 

◆ event_mode

enum event_mode
Enumerator
EVENT_MODE_CALLBACK 
EVENT_MODE_NO_CALLBACK