|
PatchworkOS
28a9544
A non-POSIX operating system.
|
Timer system source. More...
#include <sys_time.h>
Data Fields | |
| const char * | name |
| clock_t(* | read )(void) |
| clock_t | precision |
Timer system source.
Definition at line 34 of file sys_time.h.
| const char* sys_time_source_t::name |
Definition at line 36 of file sys_time.h.
Referenced by aml_def_store_read(), sys_time_register_source(), and sys_time_unregister_source().
| clock_t sys_time_source_t::precision |
Definition at line 38 of file sys_time.h.
Referenced by hpet_init(), and sys_time_register_source().
| clock_t(* sys_time_source_t::read) (void) |
Definition at line 37 of file sys_time.h.
Referenced by sys_time_register_source(), and sys_time_uptime().