Searched refs:ertc_time_struct (Results 1 – 1 of 1) sorted by relevance
61 ertc_time_type ertc_time_struct; in get_rtc_timestamp() local63 ertc_calendar_get(&ertc_time_struct); in get_rtc_timestamp()65 tm_new.tm_sec = ertc_time_struct.sec; in get_rtc_timestamp()66 tm_new.tm_min = ertc_time_struct.min; in get_rtc_timestamp()67 tm_new.tm_hour = ertc_time_struct.hour; in get_rtc_timestamp()68 tm_new.tm_mday = ertc_time_struct.day; in get_rtc_timestamp()69 tm_new.tm_mon = ertc_time_struct.month - 1; in get_rtc_timestamp()70 tm_new.tm_year = ertc_time_struct.year + 100; in get_rtc_timestamp()
Completed in 4 milliseconds