Search | Google it | Results 1 - 1 of 1 for funcall:real_time (0.00 seconds) |
60: BEGIN_CRITICAL_SECTION; 61: *pk_tim = toSYSTIM(real_time(), NULL); 62: END_CRITICAL_SECTION; 69: BEGIN_CRITICAL_SECTION; 70: *tim_u = lltol(real_time()); 71: if ( ofs != NULL ) *ofs = get_hw_timer_nsec(); 107: BEGIN_DISABLE_INTERRUPT; 108: *tim = toSYSTIM(real_time(), &us); 109: *ofs = us * 1000 + get_hw_timer_nsec(); 117: BEGIN_DISABLE_INTERRUPT; 118: *tim_u = lltol(real_time()); 119: *ofs = get_hw_timer_nsec();