-   
 
 stp_cyc
 istp_cyc
 
-   
 
 Stop cyclic handler operation.
 
 ER      stp_cyc (ID cycid);
 ER      istp_cyc (ID cycid);
 
| 
 | 
 | 
 | 
| 
 | 
 ID      cycid;
 
 | 
 ID number of the cyclic handler.
  
 | 
 
 This service call moves the cyclic handler specified by parameter 
cycid from the operational state (STA state) to non-operational state (STP state).
 
 As a result, the target cyclic handler is excluded from activation targets of the RI600V4 until issuance of 
sta_cyc or 
ista_cyc.
 
 Note	 This service call does not perform queuing of stop requests. If the target cyclic handler has been moved to the non-operational state (STP state), therefore, no processing is performed but it is not handled as an error.
 
 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 -	 This service call was issued in the CPU locked state.
  
 -	 This service call was issued in the status "PSW.IPL > kernel interrupt mask level".
  
 Note	 When the istp_cyc is issued from task or the stp_cyc is issued from non-task, the context error is not detected and normal operation of the system is not guaranteed.
  
 |