void rtt_rtc_gettimeofday(uint32_t *s, uint32_t *us)
Get the current epoch (elapsed seconds since RIOT_EPOCH) with sub-second precision This feature is an...
void rtt_rtc_settimeofday(uint32_t s, uint32_t us)
Set the time as epoch (elapsed seconds since RIOT_EPOCH) with sub-second precision This feature is an...