-
sta_alm
ista_alm
-
Start alarm handler operation.
ER sta_alm (ID almid, RELTIM almtim);
ER ista_alm (ID almid, RELTIM almtim);
|
|
|
|
ID almid;
|
ID number of the alarm handler.
|
|
RELTIM almtim;
|
Activation time (unit: msec)
|
This service call sets to start the alarm handler specified by parameter
almid in
almtim msec and moves the target alarm handler from the non-operational state (STP state) to operational state (STA state).
As a result, the target alarm handler is handled as an activation target of the RI600V4.
Note 1 When 0 is specified for almtim, the alarm handler will start at next base clock interrupt.
Note 2 This service call sets the activation time even if the target alarm handler has already been in the operational state. The previous activation time becomes invalid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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 ista_alm is issued from task or the sta_alm is issued from non-task, the context error is not detected and normal operation of the system is not guaranteed.
|