Search | Google it | Results 1 - 1 of 1 for funcall:lltol from tkernel_2/kernel/tkernel/src/time_calls.c (0.00 seconds) |
69: BEGIN_CRITICAL_SECTION; 70: *tim_u = lltol(real_time()); 71: if ( ofs != NULL ) *ofs = get_hw_timer_nsec(); 91: BEGIN_CRITICAL_SECTION; 92: *tim_u = lltol(current_time); 93: if ( ofs != NULL ) *ofs = get_hw_timer_nsec(); 117: BEGIN_DISABLE_INTERRUPT; 118: *tim_u = lltol(real_time()); 119: *ofs = get_hw_timer_nsec(); 142: BEGIN_DISABLE_INTERRUPT; 143: *tim_u = lltol(current_time); 144: *ofs = get_hw_timer_nsec();