void core_RTC_set_time(struct tm *tm, uint64_t sync)
Set the current RTC time from a tm struct (as defined in time.h)
Definition rtc.c:57
bool core_RTC_init(bool force_init)
Initialize the RTC module.
Definition rtc.c:21
uint32_t core_RTC_get_usec()
Get the microsecond value associated with the most recent core_RTC_get_time() call.
Definition rtc.c:80
void core_RTC_get_time(struct tm *tm)
Get the current RTC time as a tm struct (as defined in time.h)
Definition rtc.c:40