17 #ifndef _PAL_PLAT_TIME_H 18 #define _PAL_PLAT_TIME_H 111 #endif //_PAL_PLAT_TIME_H palStatus_t pal_plat_osSetStrongTime(uint64_t setTimeInSeconds)
Set the strong time. This function will be called when receiving time from a server that is completel...
palStatus_t pal_plat_osSetTime(uint64_t seconds)
Set the current system time by accepting seconds since January 1st 1970 UTC+0.
palStatus_t pal_plat_initTime(void)
Initialize the time module After boot, the time in RAM will be initialized with the higher value of R...
palStatus_t pal_plat_osSetWeakTime(uint64_t setTimeInSeconds)
Set the weak time.
int32_t palStatus_t
Definition: pal_types.h:49
uint64_t pal_plat_osGetTime(void)
Get the system time.