Docs » Autodocs » exec.library » Enable
Enable -- permit system interrupts to resume.
Enable(); void Enable(void);
Allow system interrupts to again occur normally, after a matching Disable() has been executed.
Interrupt processing is restored to normal operation. The programmer must execute exactly one call to Enable() for every call to Disable().
This call is guaranteed to preserve all registers.
Forbid(), Permit(), Disable()
|