Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 85) sorted by relevance

1234

/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_rtc.c13 int32_t aos_hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in aos_hal_rtc_get_time()
18 int32_t aos_hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in aos_hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Drtc.c29 int32_t hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in hal_rtc_get_time()
42 int32_t hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in hal_rtc_set_time()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_rtc.c22 int32_t aos_hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in aos_hal_rtc_get_time()
33 int32_t aos_hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in aos_hal_rtc_set_time()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Drtc.c39 int32_t hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in hal_rtc_get_time()
62 int32_t hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in hal_rtc_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/i2c/
A Di2c_test.c126 int32_t rtc_i2c_get_time(rtc_time_t *time) in rtc_i2c_get_time()
139 int32_t rtc_i2c_set_time(rtc_time_t *time) in rtc_i2c_set_time()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c93 static u32 get_yday(rtc_time_t *time) in get_yday()
185 int32_t hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in hal_rtc_get_time()
258 int32_t hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in hal_rtc_set_time()
/AliOS-Things-master/components/py_engine/tests/thread/
A Dthread_exit1.py6 import utime as time namespace
A Dthread_exit2.py6 import utime as time namespace
A Dthread_lock2.py6 import utime as time namespace
A Dstress_create.py4 import utime as time namespace
A Dthread_start1.py6 import utime as time namespace
A Dthread_start2.py6 import utime as time namespace
A Dstress_heap.py7 import utime as time namespace
A Dthread_lock4.py6 import utime as time namespace
A Dthread_qstr1.py6 import utime as time namespace
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/
A Drx8130ce.c80 const RX8130CE_TIME_T *time = (RX8130CE_TIME_T *)buf; in rx8130ce_set_time() local
126 RX8130CE_TIME_T *time = (RX8130CE_TIME_T *)buf; in rx8130ce_get_time() local
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_timer.h11 uint32_t time; member
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/wifi/
A Dmain.py11 import utime as time namespace
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/wifi/
A Dmain.py11 import utime as time namespace
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/wifi/
A Dmain.py11 import utime as time namespace
/AliOS-Things-master/components/py_engine/tests/unix/
A Dtime.py2 import utime as time namespace
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Dhal_stub.c54 WEAK int hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in hal_rtc_get_time()
66 WEAK int hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time) in hal_rtc_set_time()
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dtimer.h29 uint32_t time; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ke/api/
A Dke_timer.h43 uint32_t time; member
/AliOS-Things-master/components/amp/jslib/src/
A Drtc.js7 export function setTime(time) { argument

Completed in 34 milliseconds

1234