get_tim
iget_tim
ER get_tim (SYSTIM *p_systim);
ER iget_tim (SYSTIM *p_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.