SysIntDisable (FUN)
FUNCTION SysIntDisable : RTS_IEC_RESULT
<description>Function to disable an interrupt. By use of this function the interrupt specified by its handle gets deactivated (masked).</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysIntDisableRTS_IEC_RESULTInput
hIntRTS_IEC_HANDLE<param name=”hInt” type=”IN”>Handle to interrupt returned by SysIntOpen.</param>