gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:lltol (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
69:         BEGIN_CRITICAL_SECTION;
70:         *tim_u = lltol(real_time());
71:         if ( ofs != NULL ) *ofs = get_hw_timer_nsec();
More results from time_calls.c
kernel/tkernel/src/timer.h - 3.0KB - 120 lines
59:                 /* return the sub-millisecond residue in microseconds */
60:                 *us = lltol(ll_sub(ltime, li_mul(t, 1000)));
61:         }