Searched refs:WriteTime (Results 1 – 5 of 5) sorted by relevance
38 if (host->method == NULL || host->method->WriteTime == NULL) { in RtcHostWriteTime()43 return host->method->WriteTime(host, time); in RtcHostWriteTime()
46 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time);64 | WriteTime | host:结构体指针,核心层RTC控制器<br>time:结构体指针,时间传入值 | 无 | HDF_STATUS相关状态 | 写RTC时间信息(包括毫秒~年) | 241 .WriteTime = HiRtcWriteTime,
35 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time); member
178 .WriteTime = HiRtcWriteTime,
21 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,