Home
last modified time | relevance | path

Searched refs:tm_min (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c120 rtc_timeinfo.tm_min = RTC_TimeStruct.RTC_Minutes; in rtc_restore_timeinfo()
206 tm_temp.tm_min = RTC_TimeStruct.RTC_Minutes; in hal_rtc_get_time()
240 time->min = tm_temp.tm_min; in hal_rtc_get_time()
264 timeinfo.tm_min = time->min ; in hal_rtc_set_time()
279 RTC_TimeStruct.RTC_Minutes = timeinfo.tm_min; in hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c134 rtc_timeinfo.tm_min = RTC_TimeStruct.RTC_Minutes; in rtc_restore_timeinfo()
233 RTC_TimeStruct.RTC_Minutes = timeinfo->tm_min; in rtc_write()
263 tm_temp.tm_min = RTC_TimeStruct.RTC_Minutes; in rtc_read()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_rtc.h15 int tm_min; member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c52 newdate.tm_min = tmu_date.tm_min; in change_file_date()
190 (uLong)file_info.tmu_date.tm_hour, (uLong)file_info.tmu_date.tm_min, in do_list()
A Dunzip.c536 ptm->tm_min = (uInt)((ulDosDate & 0x7E0) / 0x20);
/AliOS-Things-master/components/csi/csi2/include/drv/
A Drtc.h25 int tm_min; ///< Minute. [0-59] member
/AliOS-Things-master/components/minilibc/include/
A Dtime.h100 int tm_min; /* Minutes (0-59) */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dminizip.c131 tmzip->tm_min = filedate->tm_min;
406 zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour =
A Dminiunz.c104 newdate.tm_min=tmu_date.tm_min;
295 (uLong)file_info.tmu_date.tm_hour,(uLong)file_info.tmu_date.tm_min,
A Dzip.h92 uInt tm_min; /* minutes after the hour - [0,59] */ member
A Dunzip.h87 uInt tm_min; /* minutes after the hour - [0,59] */ member
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.h46 uint8_t tm_min; // 0..59 member
A Dtimeutils.c81 tm->tm_min = seconds / 60 % 60; in timeutils_seconds_since_2000_to_struct_time()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.c114 snprintf(tmp, 20, "%2d:%02d", (info->tm_hour + 8) % 24, info->tm_min); in homepage_task()
A Dhomepage.md292 snprintf(tmp, 21, "%2d:%02d", (info->tm_hour + 8) % 24, info->tm_min);
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodutime.c59 tuple[4] = mp_obj_new_int(tm.tm_min), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodutime.c58 tuple[4] = mp_obj_new_int(tm.tm_min), in time_localtime()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodutime.c58 tuple[4] = mp_obj_new_int(tm.tm_min), in time_localtime()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dunzip.h83 uInt tm_min; /* minutes after the hour - [0,59] */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h245 unsigned int tm_min; 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()
225 st.wMinute = (WORD)loctm->tm_min; 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.c384 g_time.min = gt->tm_min; 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.c911 now->min = lt->tm_min; in x509_get_current_time()

Completed in 26 milliseconds

12