Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c119 rtc_timeinfo.tm_sec = RTC_TimeStruct.RTC_Seconds; in rtc_restore_timeinfo()
205 tm_temp.tm_sec = RTC_TimeStruct.RTC_Seconds; in hal_rtc_get_time()
239 time->sec = tm_temp.tm_sec; in hal_rtc_get_time()
263 timeinfo.tm_sec = time->sec; in hal_rtc_set_time()
280 RTC_TimeStruct.RTC_Seconds = timeinfo.tm_sec; in hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c133 rtc_timeinfo.tm_sec = RTC_TimeStruct.RTC_Seconds; in rtc_restore_timeinfo()
234 RTC_TimeStruct.RTC_Seconds = timeinfo->tm_sec; in rtc_write()
262 tm_temp.tm_sec = RTC_TimeStruct.RTC_Seconds; in rtc_read()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_rtc.h14 int tm_sec; member
/AliOS-Things-master/components/csi/csi2/include/drv/
A Drtc.h24 int tm_sec; ///< Second. [0-59] member
/AliOS-Things-master/components/minilibc/include/
A Dtime.h99 int tm_sec; /* Seconds (0-61, allows for leap seconds) */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dminizip.c130 tmzip->tm_sec = filedate->tm_sec;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
A Dminiunz.c103 newdate.tm_sec = tmu_date.tm_sec;
A Dzip.h91 uInt tm_sec; /* seconds after the minute - [0,59] */ member
A Dunzip.h86 uInt tm_sec; /* seconds after the minute - [0,59] */ member
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.h47 uint8_t tm_sec; // 0..59 member
A Dtimeutils.c82 tm->tm_sec = seconds % 60; in timeutils_seconds_since_2000_to_struct_time()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c51 newdate.tm_sec = tmu_date.tm_sec; in change_file_date()
A Dunzip.c537 ptm->tm_sec = (uInt)(2 * (ulDosDate & 0x1f));
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodutime.c60 tuple[5] = mp_obj_new_int(tm.tm_sec), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodutime.c59 tuple[5] = mp_obj_new_int(tm.tm_sec), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodutime.c59 tuple[5] = mp_obj_new_int(tm.tm_sec), in time_localtime()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h82 uInt tm_sec; /* seconds after the minute - [0,59] */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h246 unsigned int tm_sec; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/untgz/
A Duntgz.c199 local->tm_hour, local->tm_min, local->tm_sec); in strtime()
226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A Dras2tif.c110 ct->tm_hour, ct->tm_min, ct->tm_sec);
/AliOS-Things-master/components/sntp/src/
A Dsntp.c385 g_time.sec = gt->tm_sec; in sntp_request()
/AliOS-Things-master/components/oss/src/utils/
A DUtils.cc652 tm.tm_hour, tm.tm_min, tm.tm_sec); in ToGmtTime()
688 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec, &ms); in UtcToUnixTime()
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c912 now->sec = lt->tm_sec; in x509_get_current_time()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DCMakeLists.txt267 int *p = &tm.tm_sec;
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c481 ptime->second = (png_byte)ttime->tm_sec; in png_convert_from_struct_tm()

Completed in 43 milliseconds

12