Home
last modified time | relevance | path

Searched refs:rtc_dev_t (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_rtc.h25 } rtc_dev_t; typedef
48 int32_t aos_hal_rtc_init(rtc_dev_t *rtc);
58 int32_t aos_hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time);
68 int32_t aos_hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time);
77 int32_t aos_hal_rtc_finalize(rtc_dev_t *rtc);
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Drtc.h33 } rtc_dev_t; typedef
56 int32_t hal_rtc_init(rtc_dev_t *rtc);
66 int32_t hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *time);
76 int32_t hal_rtc_set_time(rtc_dev_t *rtc, const rtc_time_t *time);
85 int32_t hal_rtc_finalize(rtc_dev_t *rtc);
/AliOS-Things-master/components/libc_stub/compilers/armlibc/
A Dhal_stub.c5 #define rtc_dev_t void macro
48 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/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/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/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/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/adapter/haas/
A Dmachine_rtc.c25 rtc_dev_t dev;
36 rtc_dev_t *dev = &(machine_rtc_obj.dev); in machine_rtc_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_rtc.c50 rtc_dev_t dev;
60 rtc_dev_t * dev = &(machine_rtc_obj.dev); in machine_rtc_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_rtc.c50 rtc_dev_t dev;
60 rtc_dev_t * dev = &(machine_rtc_obj.dev); in machine_rtc_make_new()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/rtc/
A Drtc_test.c20 static rtc_dev_t rtc_dev;
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/rtc/
A Dmodule_rtc.c27 static rtc_dev_t rtc_dev;
/AliOS-Things-master/components/py_engine/modules/driver/
A Drtc.c29 rtc_dev_t rtc_dev;
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/rtc/
A Dmodule_rtc.c29 static rtc_dev_t rtc_dev;

Completed in 10 milliseconds