Home
last modified time | relevance | path

Searched refs:tm_wday (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c139 …ulate_wday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_mon, rtc_timeinfo.tm_mday, &rtc_timeinfo.tm_wday); in rtc_restore_timeinfo()
213 tm_temp.tm_wday += delta_days; in hal_rtc_get_time()
214 if(tm_temp.tm_wday >= 7){ in hal_rtc_get_time()
215 tm_temp.tm_wday = tm_temp.tm_wday % 7; in hal_rtc_get_time()
242 time->weekday = tm_temp.tm_wday; in hal_rtc_get_time()
266 timeinfo.tm_wday= time->weekday; in hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c152 …ulate_wday(rtc_timeinfo.tm_year, rtc_timeinfo.tm_mon, rtc_timeinfo.tm_mday, &rtc_timeinfo.tm_wday); in rtc_restore_timeinfo()
270 tm_temp.tm_wday += delta_days; in rtc_read()
271 if(tm_temp.tm_wday >= 7){ in rtc_read()
272 tm_temp.tm_wday = tm_temp.tm_wday % 7; in rtc_read()
/AliOS-Things-master/components/csi/csi2/include/drv/
A Drtc.h30 int tm_wday; ///< Day of week. [0-6 ] !NOTE:Set 0 mean Sunday member
/AliOS-Things-master/components/minilibc/include/
A Dtime.h105 int tm_wday; /* Day of the week (0-6) */ member
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.h48 uint8_t tm_wday; // 0..6 0 = Monday member
A Dtimeutils.c88 tm->tm_wday = wday; in timeutils_seconds_since_2000_to_struct_time()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodutime.c61 tuple[6] = mp_obj_new_int(tm.tm_wday), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodutime.c60 tuple[6] = mp_obj_new_int(tm.tm_wday), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodutime.c60 tuple[6] = mp_obj_new_int(tm.tm_wday), in time_localtime()
/AliOS-Things-master/components/sntp/src/
A Dsntp.c382 g_time.week = gt->tm_wday; in sntp_request()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/
A Duntgz.c222 st.wDayOfWeek = (WORD)loctm->tm_wday; in setfiletime()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc650 wday_name[tm.tm_wday], tm.tm_mday, mon_name[tm.tm_mon], in ToGmtTime()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c39434 (long) tms[0].tm_wday, (long) tms[0].tm_yday, (long) tms[0].tm_isdst)); in duk_bi_date_get_local_tzoffset_gmtime()
39439 (long) tms[1].tm_wday, (long) tms[1].tm_yday, (long) tms[1].tm_isdst)); in duk_bi_date_get_local_tzoffset_gmtime()
39499 (long) tm.tm_wday, (long) tm.tm_yday, (long) tm.tm_isdst)); in duk_bi_date_parse_string_strptime()
39573 tm.tm_wday = parts[DUK_DATE_IDX_WEEKDAY]; in duk_bi_date_format_parts_strftime()

Completed in 303 milliseconds