Home
last modified time | relevance | path

Searched defs:rtc (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_rtc.c8 int32_t aos_hal_rtc_init(rtc_dev_t *rtc) in aos_hal_rtc_init()
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()
23 int32_t aos_hal_rtc_finalize(rtc_dev_t *rtc) in aos_hal_rtc_finalize()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Drtc.c16 int32_t hal_rtc_init(rtc_dev_t *rtc) in hal_rtc_init()
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()
54 int32_t hal_rtc_finalize(rtc_dev_t *rtc) in hal_rtc_finalize()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_rtc.c10 int32_t aos_hal_rtc_init(rtc_dev_t *rtc) in aos_hal_rtc_init()
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()
45 int32_t aos_hal_rtc_finalize(rtc_dev_t *rtc) in aos_hal_rtc_finalize()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Drtc.c17 int32_t hal_rtc_init(rtc_dev_t *rtc) in hal_rtc_init()
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()
84 int32_t hal_rtc_finalize(rtc_dev_t *rtc) in hal_rtc_finalize()
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Dhal_stub.c48 WEAK int hal_rtc_finalize(rtc_dev_t *rtc) in hal_rtc_finalize()
54 WEAK int hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time) in hal_rtc_get_time()
60 WEAK int hal_rtc_init(rtc_dev_t *rtc) in hal_rtc_init()
66 WEAK int 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/
A Drtc.c107 static void rtc_restore_timeinfo(rtc_dev_t *rtc) in rtc_restore_timeinfo()
157 int32_t hal_rtc_init(rtc_dev_t *rtc) in hal_rtc_init()
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()
302 int32_t hal_rtc_finalize(rtc_dev_t *rtc) in hal_rtc_finalize()
/AliOS-Things-master/components/py_engine/tests/wipy/
A Drtc.py13 rtc = RTC() variable
17 rtc = RTC(datetime=(2015, 8, 29, 9, 0, 0, 0, None)) variable
/AliOS-Things-master/components/py_engine/tests/wipy/skipped/
A Drtc_irq.py15 def rtc_ticks_ms(rtc): argument
30 rtc = RTC() variable
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/rtc/
A Dmain.py5 rtc = RTC() variable
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/rtc/
A Dmain.py5 rtc = RTC() variable
/AliOS-Things-master/components/amp/example-js/
A Drtc.js2 var rtc = require('rtc'); variable
/AliOS-Things-master/components/py_engine/tests/pyb/
A Drtc.py4 rtc = RTC() variable
/AliOS-Things-master/components/amp/libjs/
A Dgenerator.js25 rtc: 'JSE_HW_ADDON_RTC', property in macro4libjs
28 rtc: 'JSE_HW_ADDON_RTC', property in macro4libjs
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_bootmode.h70 uint8_t rtc : 1; member

Completed in 8 milliseconds