Everything
Everything
top
with RI600PX
Coding
SERVICE CALLS
Time management functions
del_cyc
del_cyc
Outline
Delete cyclic handler.
C format
ER del_cyc (ID
cycid
);
Parameter(s)
I/O
Parameter
Description
I
ID
cycid
;
ID number of the cyclic handler.
Explanation
This service call can be called from tasks that belong to
Trusted Domain
.
This service call deletes the cyclic handler indicated by
cycid
.
Return value
Macro
Value
Description
E_OK
0
Normal completion.
E_ID
-18
Invalid ID number.
-
cycid
<
0
-
cycid
>
VTMAX_CYH
E_CTX
-25
Context error.
- This service call was issued in the CPU locked state.
- This service call was issued from non-task.
- This service call was issued in the status "PSW.IPL > kernel interrupt mask level".
E_MACV
-26
Memory access violation.
- Stack pointer points out of user stack for invoking task.
E_OACV
-27
Object access violation.
- The invoking task does not belong to trusted domain.
E_NOEXS
-42
Non-existent object.
- The cyclic handler specified by
cycid
does not exist.
To the latest version of this page
Differences Information
Previous Topic
cre_cyc/acre_cyc
Next Topic
sta_cyc/ista_cyc
Table of Contents
set_tim/iset_tim
get_tim/iget_tim
cre_cyc/acre_cyc
del_cyc
sta_cyc/ista_cyc
stp_cyc/istp_cyc
ref_cyc/iref_cyc
cre_alm/acre_alm
del_alm
sta_alm/ista_alm
stp_alm/istp_alm
ref_alm/iref_alm