|
inlinestatic |
Modify the SCU interrupt mask with AND/OR logic.
| andMask | Bits to AND with current mask (use to enable interrupts) |
| orMask | Bits to OR with current mask (use to disable interrupts) |
Calls the BIOS entry at 0x6000344. Result = (currentMask & andMask) | orMask.