-
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 t_systim {
UW ltime; /*System time (lower 32 bits)*/
UH utime; /*System time (higher 16 bits)*/
} SYSTIM;
|
These service calls change the RI850V4 system time (unit: millisecond) to the time specified by parameter
p_systim.
|
|
|
|
|
|
|
|
- This service call was issued in the CPU locked state.
|