Selectively modify the SCU interrupt mask.
| enable | Mask bits to AND with the current mask (preserves selected interrupts) |
| disable | Mask bits to OR with the current mask (disables selected interrupts) |
Thin wrapper over System::ChangeInterruptMask(). Result = (currentMask & enable) | disable.