Searched refs:ReadAlarm (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_core.c | 53 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 D | driver-platform-rtc-develop.md | 47 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 D | rtc_core.h | 36 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 D | rtc_adapter.c | 179 .ReadAlarm = HiReadAlarm,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-rtc-develop.md | 22 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,
|