Lines Matching full:routine
69 …<p>Conversion is done in the cvt_* routine in parse/clk_*.c files. look in them for examples. The …
94 /* input routine - your routine - cvt_<yourclock> */
96 /* conversion routine - your routine - cvt_<yourclock> */
97 /* routine for handling RS232 sync events (time stamps) - usually sync_simple */
99 /* PPS input routine - usually pps_one */
102 routine might need */
126 void (*cl_poll)(); /* active poll routine */
127 The routine to call when the clock needs data sent to it in order to
130 int (*cl_init)(); /* active poll init routine */
131 The routine to call for very special initializations.
136 void (*cl_end)(); /* active poll end routine */
137 The routine to call to undo any special initialisation (free memory/timers)