Home
last modified time | relevance | path

Searched refs:aos_hal_rtc_get_time (Results 1 – 9 of 9) sorted by relevance

/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() function
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/rtc/
A Dmodule_rtc.c55 ret = aos_hal_rtc_get_time(&rtc_dev, &rtcTime); in native_rtc_get_time()
83 ret = aos_hal_rtc_get_time(&rtc_dev, &rtcTime); in native_rtc_set_time()
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_rtc.h58 int32_t aos_hal_rtc_get_time(rtc_dev_t *rtc, rtc_time_t *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() function
/AliOS-Things-master/components/py_engine/modules/driver/
A Drtc.c128 ret = aos_hal_rtc_get_time(&(driver_obj->rtc_dev), &rtcTime); in obj_getTime()
173 ret = aos_hal_rtc_get_time(&(driver_obj->rtc_dev), &rtcTime); in obj_setTime()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/rtc/
A Dmodule_rtc.c60 ret = aos_hal_rtc_get_time(&rtc_dev, &rtcTime); in native_rtc_get_time()
99 ret = aos_hal_rtc_get_time(&rtc_dev, setTime); in native_rtc_set_time()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_rtc.c52 aos_hal_rtc_get_time(&self->dev, &tm); in machine_rtc_datetime_helper()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_rtc.c75 aos_hal_rtc_get_time(&self->dev, &tm); in machine_rtc_datetime_helper()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_rtc.c75 aos_hal_rtc_get_time(&self->dev, &tm); in machine_rtc_datetime_helper()

Completed in 10 milliseconds