MPE/iX Intrinsics Reference Manual (32650-90875)
204 Chapter5
Command Deļ¬nitions (FCONTROL - FLOCK)
FINTEXIT
FINTEXIT
NM and CM callable.
Causes the return from your interrupt procedure.
Syntax
U16V
FINTEXIT(
interruptstate
);
Parameters
interruptstate
16-bit unsigned integer by value (optional)
Passes the state in which software interrupts should be left. Bit (15:1)
controls this as:
Value Meaning
1 Enable software interrupts (Default)
0 Disable software interrupts
Operation Notes
Software interrupts are set on return, according to
interruptstate
.If
interruptstate
is
omitted, the software interrupts are enabled by default.
Related Information
Manuals Accessing Files Programmer's Guide and Interprocess Communication
Programmer's Guide