Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 23 of 23) sorted by relevance

/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
180 hours += minutes / 60; in timeutils_mktime_2000()
183 hours--; in timeutils_mktime_2000()
186 mday += hours / 24; in timeutils_mktime_2000()
187 if ((hours = hours % 24) < 0) { in timeutils_mktime_2000()
188 hours += 24; 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 … timeutils_mktime(mp_uint_t year, mp_int_t month, mp_int_t mday, mp_int_t hours, mp_int_t minutes,… 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/sensor/drv/
A Ddrv_rtc_maxim_ds1307.c60 uint8_t hours; /*!< Hours parameter, 24Hour mode, 00 to 23 */ member
168 data[DS1307_HOURS] = TM_DS1307_Bin2Bcd(TM_DS1307_CheckMinMax(time->hours, 0, 23)); in drv_rtc_maxim_ds1307_write()
215 time->hours = TM_DS1307_Bcd2Bin(data[DS1307_HOURS]); in drv_rtc_maxim_ds1307_read()
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/
A Drx8130ce.c95 data[2] = rx8130ce_bin2bcd(rx8130ce_checkminmax(time->hours, 0, 23)) & 0x3F; in rx8130ce_set_time()
150 time->hours = rx8130ce_bcd2bin(data[2]); in rx8130ce_get_time()
/AliOS-Things-master/components/drivers/external_device/rx8130ce/include/
A Drx8130ce.h86 uint8_t hours; /*!< Hours parameter, 24Hour mode, 00 to 23 */ member
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig172 in Progress, we need to keep track of how many hours has passed
174 the state at least for 96 hours (Update in Progress has an
175 additional upper limit of 144 hours).
179 how many hours the node has been in the state. This doesn't
190 state is saved every 24 hours (96 / 4).
/AliOS-Things-master/components/sensor/include/sensor/
A Dsensor.h326 uint8_t hours; /* !< Hours parameter, 24Hour mode, 00 to 23 */ member
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb29 …Hardware accelerator: GPU**. Training 15,000 iterations will take 1.5 - 2 hours on a GPU runtime.\…
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h286 duk_double_t hours; /* hour: 0-59 */ member
A Dduktape.c31097 comp->hours = dparts[DUK_DATE_IDX_HOUR]; in duk_time_to_components()
31127 dparts[DUK_DATE_IDX_HOUR] = comp->hours; in duk_components_to_time()
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.2312 # On AmigaOS with pdksh, this test takes hours, literally.
A Dtraces.01797 # On AmigaOS with pdksh, this test takes hours, literally.
A Doutput.04133 # On AmigaOS with pdksh, this test takes hours, literally.
A Doutput.14133 # On AmigaOS with pdksh, this test takes hours, literally.
A Doutput.24086 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m41542 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m41641 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m41712 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m41712 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m41712 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m41650 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m41650 # On AmigaOS with pdksh, this test takes hours, literally.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Daclocal.m41726 # On AmigaOS with pdksh, this test takes hours, literally.

Completed in 399 milliseconds