Lines Matching +full:100 +full:us
23 #define HZ 100 /* timer interrupt frequency (Hz) */
24 #define MAXPHASE 512000 /* max phase error (us) */
40 int tick; /* timer interrupt period (us) */
48 long time_offset = 0; /* time adjustment (us) */
51 long time_precision = 1000000 / HZ; /* clock precision (us) */
52 long time_maxerror = MAXPHASE; /* maximum error (us) */
53 long time_esterror = MAXPHASE; /* estimated error (us) */
54 long time_phase = 0; /* phase offset (scaled us) */
62 double timey = 0; /* simulation time (us) */
63 long timez = 0; /* current error (us) */
81 printf("tick %d us, fixtick %d us\n", tick, fixtick); in main()
175 * With SHIFT_SCALE = 23, the maximum frequency adjustment is +-256 us
176 * per tick, or 25.6 ms/s at a clock frequency of 100 Hz. The time