PatchworkOS  28a9544
A non-POSIX operating system.
Loading...
Searching...
No Matches
sys_time_source_t Struct Reference

Timer system source. More...

#include <sys_time.h>

Data Fields

const char * name
 
clock_t(* read )(void)
 
clock_t precision
 

Detailed Description

Timer system source.

Definition at line 34 of file sys_time.h.

Field Documentation

◆ name

const char* sys_time_source_t::name

◆ precision

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().

◆ read

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().


The documentation for this struct was generated from the following file: