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