SaturnRingLibrary 0.9.2
SGL wrapper
Loading...
Searching...
No Matches

◆ Acknowledge

enum class SRL::Interrupt::Acknowledge : uint32_t
strong

Interrupt acknowledge control values.

These values are used to acknowledge specific interrupts to the hardware. Acknowledging an interrupt clears its pending status.

Note
Multiple acknowledgements can be combined using the bitwise OR operator (|).
Enumerator
None 

No interrupt acknowledgement (0x00000000).

VBlankIn 

Acknowledge V-Blank In interrupt (0x00000001).

VBlankOut 

Acknowledge V-Blank Out interrupt (0x00000002).

HBlankIn 

Acknowledge H-Blank In interrupt (0x00000004).

All 

Acknowledge all interrupts (0xFFFFFFFF).