Lines Matching refs:tm
173 struct RtcTime tm;
176 ret = RtcReadTime(handle, &tm);
207 struct RtcTime tm;
210 tm.year = 2020;
211 tm.month = 01;
212 tm.day = 01;
213 tm.hour= 00;
214 tm.minute = 59;
215 tm.second = 00;
216 tm.millisecond = 0;
218 ret = RtcWriteTime(handle, &tm);
547 struct RtcTime tm;
588 tm.year = 2020;
589 tm.month = 01;
590 tm.day = 01;
591 tm.hour= 0;
592 tm.minute = 0;
593 tm.second = 10;
594 tm.millisecond = 990;
596 ret = RtcWriteTime(handle, &tm);
623 ret = RtcReadTime(handle, &tm);
643 tm.year, tm.month, tm.day, tm.weekday, tm.hour, tm.minute, tm.second, tm.millisecond);