clock.h File Reference
Detailed Description
System clock header (license: GPLv2). 
- Author:
 - Roland Riegel 
 
 | 
 Data Structures | 
| struct   | clock_date_time | 
|   | Representation of human-readable date and time.  More...
  | 
 Functions | 
| 
void  | clock_init () | 
|   | Initializes the internal clock system. 
  | 
| uint32_t  | clock_get () | 
|   | Retrieves current system time.  
  | 
| void  | clock_set (uint32_t timeval) | 
|   | Adjusts current system time.  
  | 
| void  | clock_interpret (uint32_t timeval, struct clock_date_time *date_time) | 
|   | Calculates a human-readable date and time representation.  
  |