-
get_tim
iget_tim
-
ER get_tim (SYSTIM *p_systim);
ER iget_tim (SYSTIM *p_systim);
[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 store the RI850V4 system time (unit: millisecond) into the area specified by parameter
p_systim.
Note 1 The RI850V4 ignores the numeric values that cannot be expressed as the system time (values overflowed from the 48-bit width).
|
|
|
|
|
|
|
|
- This service call was issued in the CPU locked state.
|