Home
last modified time | relevance | path

Searched refs:WriteTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_core.c38 if (host->method == NULL || host->method->WriteTime == NULL) { in RtcHostWriteTime()
43 return host->method->WriteTime(host, time); in RtcHostWriteTime()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-rtc-develop.md46 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time);
64 | WriteTime | host:结构体指针,核心层RTC控制器<br>time:结构体指针,时间传入值 | 无 | HDF_STATUS相关状态 | 写RTC时间信息(包括毫秒~年) |
241 .WriteTime = HiRtcWriteTime,
/ohos5.0/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h35 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time); member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H A Drtc_adapter.c178 .WriteTime = HiRtcWriteTime,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-rtc-develop.md21 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time);
39 | WriteTime | **host**: structure pointer to the RTC controller at the core layer.<br>**time**: str…
189 .WriteTime = HiRtcWriteTime,