Searched refs:old_timestamp (Results 1 – 1 of 1) sorted by relevance
148 time_t now, old_timestamp = 0; in set_date() local162 ret = rt_device_control(_rtc_device, RT_DEVICE_CTRL_RTC_GET_TIME, &old_timestamp); in set_date()169 localtime_r(&old_timestamp, &tm_new); in set_date()195 time_t now, old_timestamp = 0; in set_time() local209 ret = rt_device_control(_rtc_device, RT_DEVICE_CTRL_RTC_GET_TIME, &old_timestamp); in set_time()216 localtime_r(&old_timestamp, &tm_new); in set_time()
Completed in 35 milliseconds