set_tim
iset_tim
ER set_tim (SYSTIM *p_systim);
ER iset_tim (SYSTIM *p_systim);
typedef struct systim { UH utime; /*System time (higher 16 bits)*/ UW ltime; /*System time (lower 32 bits)*/ } SYSTIM; |
These service calls change the RI600PX 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.