|
iPXE
|
A timer. More...
#include <timer.h>
Data Fields | |
| const char * | name |
| Name. | |
| int(* | probe )(void) |
| Probe timer. | |
| unsigned long(* | currticks )(void) |
| Get current system time in ticks. | |
| void(* | udelay )(unsigned long usecs) |
| Delay for a fixed number of microseconds. | |
| const char* timer::name |
| int(* timer::probe) (void) |
Probe timer.
| rc | Return status code |
Definition at line 37 of file timer.h.
Referenced by timer_probe().
| unsigned long(* timer::currticks) (void) |
Get current system time in ticks.
| ticks | Current time, in ticks |
Definition at line 43 of file timer.h.
Referenced by currticks().
| void(* timer::udelay) (unsigned long usecs) |