Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_core.c53 if (host->method == NULL || host->method->ReadAlarm == NULL) { in RtcHostReadAlarm()
58 return host->method->ReadAlarm(host, alarmIndex, time); in RtcHostReadAlarm()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-rtc-develop.md47 int32_t (*ReadAlarm)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time);
65 | ReadAlarm | host:结构体指针,核心层RTC控制器<br>alarmIndex:枚举值,闹钟报警索引 | time:结构体指针,传出的时间值 | HDF_STATUS相关状态 | …
242 .ReadAlarm = HiReadAlarm,
/ohos5.0/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h36 int32_t (*ReadAlarm)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time); member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H A Drtc_adapter.c179 .ReadAlarm = HiReadAlarm,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-rtc-develop.md22 int32_t (*ReadAlarm)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time);
40 | ReadAlarm | **host**: structure pointer to the RTC controller at the core layer.<br>**alarmIndex*…
190 .ReadAlarm = HiReadAlarm,