/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_rtc.c | 13 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 D | rtc.c | 29 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 D | aos_hal_rtc.c | 22 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 D | rtc.c | 39 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 D | i2c_test.c | 126 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 D | rtc.c | 93 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 D | thread_exit1.py | 6 import utime as time namespace
|
A D | thread_exit2.py | 6 import utime as time namespace
|
A D | thread_lock2.py | 6 import utime as time namespace
|
A D | stress_create.py | 4 import utime as time namespace
|
A D | thread_start1.py | 6 import utime as time namespace
|
A D | thread_start2.py | 6 import utime as time namespace
|
A D | stress_heap.py | 7 import utime as time namespace
|
A D | thread_lock4.py | 6 import utime as time namespace
|
A D | thread_qstr1.py | 6 import utime as time namespace
|
/AliOS-Things-master/components/drivers/external_device/rx8130ce/src/ |
A D | rx8130ce.c | 80 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 D | infra_timer.h | 11 uint32_t time; member
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/wifi/ |
A D | main.py | 11 import utime as time namespace
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/wifi/ |
A D | main.py | 11 import utime as time namespace
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/wifi/ |
A D | main.py | 11 import utime as time namespace
|
/AliOS-Things-master/components/py_engine/tests/unix/ |
A D | time.py | 2 import utime as time namespace
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | hal_stub.c | 54 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 D | timer.h | 29 uint32_t time; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ke/api/ |
A D | ke_timer.h | 43 uint32_t time; member
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | rtc.js | 7 export function setTime(time) { argument
|