14 typedef struct system_clock_t system_clock_t;
16 extern system_clock_t *time_system_clock_user;
17 extern system_clock_t *time_system_clock_network;
18 extern system_clock_t *time_system_clock_local;
result_t time_system_clock_get_current_time(system_clock_t *system_clock, uint64_t *time)
Get the current system time from one of the system clocks.
result_t time_system_clock_set_current_time(system_clock_t *system_clock, uint64_t time)
Set the current system time for one of the system clocks.
void time_finalize()
Finalize Time service.
uint32_t result_t
Function result.
Definition: types.h:51
result_t time_init()
Initialize Time service.