Home
last modified time | relevance | path

Searched refs:rtc_handle_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/smarth_rv64/include/
A Ddrv_rtc.h25 typedef void *rtc_handle_t; typedef
60 rtc_handle_t csi_rtc_initialize(int32_t idx, rtc_event_cb_t cb_event);
67 int32_t csi_rtc_uninitialize(rtc_handle_t handle);
75 int32_t csi_rtc_power_control(rtc_handle_t handle, csi_power_stat_e state);
90 int32_t csi_rtc_set_time(rtc_handle_t handle, const struct tm *rtctime);
98 int32_t csi_rtc_get_time(rtc_handle_t handle, struct tm *rtctime);
105 int32_t csi_rtc_start(rtc_handle_t handle);
112 int32_t csi_rtc_stop(rtc_handle_t handle);
120 rtc_status_t csi_rtc_get_status(rtc_handle_t handle);
128 int32_t csi_rtc_set_alarm(rtc_handle_t handle, const struct tm *rtctime);
[all …]
/AliOS-Things-master/components/csi/csi1/include/drv/
A Drtc.h25 typedef void *rtc_handle_t; typedef
60 rtc_handle_t csi_rtc_initialize(int32_t idx, rtc_event_cb_t cb_event);
67 int32_t csi_rtc_uninitialize(rtc_handle_t handle);
75 int32_t csi_rtc_power_control(rtc_handle_t handle, csi_power_stat_e state);
90 int32_t csi_rtc_set_time(rtc_handle_t handle, const struct tm *rtctime);
98 int32_t csi_rtc_get_time(rtc_handle_t handle, struct tm *rtctime);
105 int32_t csi_rtc_start(rtc_handle_t handle);
112 int32_t csi_rtc_stop(rtc_handle_t handle);
120 rtc_status_t csi_rtc_get_status(rtc_handle_t handle);
128 int32_t csi_rtc_set_alarm(rtc_handle_t handle, const struct tm *rtctime);
[all …]

Completed in 2 milliseconds