Lines Matching refs:tm
158 struct RtcTime tm;
161 ret = RtcReadTime(handle, &tm);
191 struct RtcTime tm;
194 tm.year = 2020;
195 tm.month = 01;
196 tm.day = 01;
197 tm.hour= 00;
198 tm.minute = 59;
199 tm.second = 00;
200 tm.millisecond = 0;
202 ret = RtcWriteTime(handle, &tm);
498 struct RtcTime tm;
525 tm.year = 2020;
526 tm.month = 01;
527 tm.day = 01;
528 tm.hour= 0;
529 tm.minute = 0;
530 tm.second = 10;
531 tm.millisecond = 990;
533 ret = RtcWriteTime(handle, &tm);
552 ret = RtcReadTime(handle, &tm);
559 tm.year, tm.month, tm.day, tm.weekday, tm.hour, tm.minute, tm.second, tm.millisecond);