Search | Google it | Results 1 - 1 of 1 for funcall:toSYSTIM (0.00 seconds) |
60: BEGIN_CRITICAL_SECTION; 61: *pk_tim = toSYSTIM(real_time(), NULL); 62: END_CRITICAL_SECTION; 82: BEGIN_CRITICAL_SECTION; 83: *pk_tim = toSYSTIM(current_time, NULL); 84: END_CRITICAL_SECTION; 107: BEGIN_DISABLE_INTERRUPT; 108: *tim = toSYSTIM(real_time(), &us); 109: *ofs = us * 1000 + get_hw_timer_nsec(); 132: BEGIN_DISABLE_INTERRUPT; 133: *tim = toSYSTIM(current_time, &us); 134: *ofs = us * 1000 + get_hw_timer_nsec();