/AliOS-Things-master/components/py_engine/engine/shared/timeutils/ |
A D | timeutils.c | 162 mp_int_t hours, mp_int_t minutes, mp_int_t seconds) { in timeutils_mktime_2000() argument 174 minutes += seconds / 60; in timeutils_mktime_2000() 177 minutes--; in timeutils_mktime_2000() 180 hours += minutes / 60; in timeutils_mktime_2000() 181 if ((minutes = minutes % 60) < 0) { in timeutils_mktime_2000() 182 minutes += 60; in timeutils_mktime_2000() 214 return timeutils_seconds_since_2000(year, month, mday, hours, minutes, seconds); in timeutils_mktime_2000()
|
A D | timeutils.h | 63 mp_int_t hours, mp_int_t minutes, mp_int_t seconds); 73 …(mp_uint_t year, mp_int_t month, mp_int_t mday, mp_int_t hours, mp_int_t minutes, mp_int_t seconds… in timeutils_mktime() argument 74 …return timeutils_mktime_2000(year, month, mday, hours, minutes, seconds) + TIMEUTILS_SECONDS_1970_… in timeutils_mktime()
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_time.c | 195 utc.minutes = 0; in genie_time_periodic_start() 732 int minutes; in unix2UTC() local 746 minutes = epoch / MINU; in unix2UTC() 747 epoch -= MINU * minutes; in unix2UTC() 881 utc.minutes = minutes; in unix2UTC() 962 local_time.minutes++; in minutes_update() 964 if (local_time.minutes == 60) in minutes_update() 966 local_time.minutes = 0; in minutes_update() 1151 utc_time.hour, utc_time.minutes, utc_time.seconds, in genie_time_utc_start() 1161 local_time.hour, local_time.minutes, local_time.seconds, in genie_time_local_time_show() [all …]
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_rtc_maxim_ds1307.c | 59 uint8_t minutes; /*!< Minutes parameter, from 00 to 59 */ member 167 data[DS1307_MINUTES] = TM_DS1307_Bin2Bcd(TM_DS1307_CheckMinMax(time->minutes, 0, 59)); in drv_rtc_maxim_ds1307_write() 214 time->minutes = TM_DS1307_Bcd2Bin(data[DS1307_MINUTES]); in drv_rtc_maxim_ds1307_read()
|
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/ |
A D | rx8130ce.c | 94 data[1] = rx8130ce_bin2bcd(rx8130ce_checkminmax(time->minutes, 0, 59)) & 0x7F; in rx8130ce_set_time() 149 time->minutes = rx8130ce_bcd2bin(data[1]); in rx8130ce_get_time()
|
/AliOS-Things-master/components/drivers/external_device/rx8130ce/include/ |
A D | rx8130ce.h | 85 uint8_t minutes; /*!< Minutes parameter, from 00 to 59 */ member
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_time.h | 93 uint8_t minutes; // 0-59 member
|
/AliOS-Things-master/components/sensor/include/sensor/ |
A D | sensor.h | 325 uint8_t minutes; /* !< Minutes parameter, from 01 to 59 */ member
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | README | 92 minutes).
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | README.md | 120 contributing five minutes of your own voice. The archive is over 2GB, so this
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 14 It takes only 5 minutes to tell some information about how you use LittlevGL, what you like about i…
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 277 Value is provided in seconds and defaults to 900 seconds (15 minutes).
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 287 duk_double_t minutes; /* minute: 0-59 */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 90 Expect configure to run for a few minutes, particularly on slower machines;
|
A D | aclocal.m4 | 1711 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 297 # about 5 minutes as the teststring grows exponentially.
|
A D | traces.0 | 1781 # about 5 minutes as the teststring grows exponentially.
|
A D | output.0 | 4117 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 1526 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | libtool.m4 | 1626 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 1697 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 1697 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 1697 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | aclocal.m4 | 1635 # about 5 minutes as the teststring grows exponentially.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | aclocal.m4 | 1635 # about 5 minutes as the teststring grows exponentially.
|