SysIntDisableAll
(FUN)
FUNCTION SysIntDisableAll : RTS_IEC_RESULT
<description>Function to disable all interrupts. By use of this functions all interrupts are deactivated (masked). A call of SysIntDisableAll has to be succeeded by a call to SysIntEnableAll!</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysIntDisableAll
RTS_IEC_RESULT
Input
pulParam
POINTER TO __UXINT
<param name=”pulParam” type=”IN”>Parameter for the target to return the actual masled interrupts to use after in SysIntEnableAll().</param>