Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.c162 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 Dtimeutils.h63 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 Dgenie_time.c195 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 Ddrv_rtc_maxim_ds1307.c59 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 Drx8130ce.c94 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 Drx8130ce.h85 uint8_t minutes; /*!< Minutes parameter, from 00 to 59 */ member
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_time.h93 uint8_t minutes; // 0-59 member
/AliOS-Things-master/components/sensor/include/sensor/
A Dsensor.h325 uint8_t minutes; /* !< Minutes parameter, from 01 to 59 */ member
/AliOS-Things-master/components/freetype/src/bdf/
A DREADME92 minutes).
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md120 contributing five minutes of your own voice. The archive is over 2GB, so this
/AliOS-Things-master/components/littlevgl/
A DREADME.md14 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 DKconfig277 Value is provided in seconds and defaults to 900 seconds (15 minutes).
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h287 duk_double_t minutes; /* minute: 0-59 */ member
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall.txt90 Expect configure to run for a few minutes, particularly on slower machines;
A Daclocal.m41711 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.2297 # about 5 minutes as the teststring grows exponentially.
A Dtraces.01781 # about 5 minutes as the teststring grows exponentially.
A Doutput.04117 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m41526 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m41626 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m41697 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m41697 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m41697 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m41635 # about 5 minutes as the teststring grows exponentially.
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m41635 # about 5 minutes as the teststring grows exponentially.

Completed in 92 milliseconds

12