-   
   get_tim
   iget_tim
  
    -   
  
 ER      get_tim (SYSTIM *p_systim);
 ER      iget_tim (SYSTIM *p_systim);
 [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 store the RI600V4 system time (unit: msec) into the area specified by parameter 
p_systim.
 
 
  
  
    |  |  |  | 
  
    |  |  |  | 
  
    |  |  | 
 -	 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 iget_tim is issued from task or the get_tim is issued from non-task, the context error is not detected and normal operation of the system is not guaranteed.
 |