Defines | |
| #define | CLOCK_SECOND |
| A second, measured in system clock time. | |
Functions | |
| void | clock_init (void) |
| Initialize the clock library. | |
| clock_time_t | clock_time (void) |
| Get the current clock time. | |
|
|
Initialize the clock library. This function initializes the clock library and should be called from the main() function of the system. |
|
|
Get the current clock time. This function returns the current system clock time.
|
1.3.6