-
set_tim
iset_tim
-
ER set_tim (SYSTIM *p_systim);
ER iset_tim (SYSTIM *p_systim);
|
|
|
|
SYSTIM *p_systim;
|
Time to set as system time.
|
[System time packet: SYSTIM]
typedef struct systim {
UH utime; /*System time (higher 16 bits)*/
UW ltime; /*System time (lower 32 bits)*/
} SYSTIM;
|
These service calls change the RI600V4 system time (unit: msec) to the time specified by parameter
p_systim.
Note Even if the system time is changed, the actual time at which the time management requests made before that (e.g., task time-outs, task delay by dly_tsk, cyclic handlers, and alarm handlers) are generated will not change.
|
|
|
|
|
|
|
|
- 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 iset_tim is issued from task or the set_tim is issued from non-task, the context error is not detected and normal operation of the system is not guaranteed.
|