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

◆ GetStatus()

Status SRL::Interrupt::GetStatus ( )
inlinestatic

Read the SCU interrupt status register.

Returns
Bitmask of interrupts that have occurred (SCU IST register at 0x25FE00A4)

Each set bit indicates the corresponding interrupt has fired since the last ResetStatus() call. Use bitwise AND with Status flags to test.

See also
ResetStatus() to clear specific status bits