SysIntEnableAll
(FUN)
FUNCTION SysIntEnableAll : RTS_IEC_RESULT
A call to this function will be done after a call of function SysIntDisableAll and will restore the situation preceding the execution of SysIntDisableAll. That means, all interrupts, having been activated before the call to SysIntDisableAll are activated again. <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysIntEnableAll
RTS_IEC_RESULT
Input
pulParam
POINTER TO __UXINT
<param name=”pulParam” type=”IN”>Parameter for the target with the masked interrupts that must are deactivated by the previous call to SysIntDisableAll().</param>