10 #ifndef HAL_OS_CALTIME_H
11 #define HAL_OS_CALTIME_H
60 HALRESULT OSCALTIME_ToDateTime(OSCalTime time, uint16_t* year, uint8_t* month, uint8_t* day, uint8_t* hours, uint8_t* minutes, uint8_t* seconds, uint32_t* nanoseconds);
75 HALRESULT OSCALTIME_FromDateTime(uint16_t year, uint8_t month, uint8_t day, uint8_t hours, uint8_t minutes, uint8_t seconds, uint32_t nanoseconds, OSCalTime* time);
HALRESULT
Definition: hal_defs.h:16
int64_t OSCALTIME_ToNS(OSCalTime time)
OSCalTime OSCALTIME_Get(void)
HALRESULT OSCALTIME_FromDateTime(uint16_t year, uint8_t month, uint8_t day, uint8_t hours, uint8_t minutes, uint8_t seconds, uint32_t nanoseconds, OSCalTime *time)
HALRESULT OSCALTIME_ToString(OSCalTime time, char *str)
HALRESULT OSCALTIME_Adjust(OSCalTime timeadj)
OSCalTime OSCALTIME_FromNS(int64_t ns)
HALRESULT OSCALTIME_ToDateTime(OSCalTime time, uint16_t *year, uint8_t *month, uint8_t *day, uint8_t *hours, uint8_t *minutes, uint8_t *seconds, uint32_t *nanoseconds)
HALRESULT OSCALTIME_Set(OSCalTime time)