INtime SDK Help
RtEnableInterrupts (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtEnableInterrupts (iwin32)

Enables the hardware interrupts with interrupt handling set to enabled.

VOID RtEnableInterrupts(VOID);

Parameters

None.

Remarks

This is a simple STI instruction directly in the interface library.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h iwin32.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

RtDisableInterrupts, iwin32 API, iwin32 Overview