Searched refs:rtc_dev_t (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_rtc.h | 25 } 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 D | rtc.h | 33 } 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 D | hal_stub.c | 5 #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 D | aos_hal_rtc.c | 8 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 D | rtc.c | 16 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 D | rtc.c | 17 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 D | aos_hal_rtc.c | 10 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 D | rtc.c | 107 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 D | machine_rtc.c | 25 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 D | machine_rtc.c | 50 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 D | machine_rtc.c | 50 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 D | rtc_test.c | 20 static rtc_dev_t rtc_dev;
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/rtc/ |
A D | module_rtc.c | 27 static rtc_dev_t rtc_dev;
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | rtc.c | 29 rtc_dev_t rtc_dev;
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/rtc/ |
A D | module_rtc.c | 29 static rtc_dev_t rtc_dev;
|
Completed in 10 milliseconds