Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 515 Bytes

File metadata and controls

30 lines (18 loc) · 515 Bytes

NAME

Enable -- permit system interrupts to resume.

SYNOPSIS

    Enable();

    void Enable(void);

FUNCTION

Allow system interrupts to again occur normally, after a matching Disable has been executed.

RESULTS

Interrupt processing is restored to normal operation. The programmer must execute exactly one call to Enable() for every call to Disable.

NOTE This call is guaranteed to preserve all registers.

SEE ALSO

Forbid, Permit, Disable