Everything

dis_tex

Outline
Disable task exception.
C format
 ER      dis_tex (void);
Parameter(s)
None.
Explanation
This service call disables task exception handling for the invoking task.
Return value
Macro
Value
Description
E_OK
0
Normal completion.
E_CTX
-25
Context error.
- This service call was issued from a non-task.
- This service call was issued in the CPU locked state.
- This service call was issued in the status "PSW.IPL > kernel interrupt mask level".
E_OBJ
-41
Object state error.
- A task exception handling routine is not defined for the invoking task.