• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

x86timer.h

Go to the documentation of this file.
00001 /** @file x86timer.h API prototype for x86 timer funcs.
00002  */
00003 
00004 unsigned long get_elapsed_microseconds(int reset);
00005 void cpu_delay_awhile(unsigned int delay_microseconds);
00006 
00007 unsigned int get_cpu_clock_speed(void);
00008 
00009 unsigned long long get_cpu_ticks(void);
00010 unsigned long long get_cpu_usecs(void);

Generated on Wed Jan 5 2011 for llcontrol by  doxygen 1.7.1