Home
last modified time | relevance | path

Searched defs:RtcMethod (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h33 struct RtcMethod { struct
34 int32_t (*ReadTime)(struct RtcHost *host, struct RtcTime *time);
35 int32_t (*WriteTime)(struct RtcHost *host, const struct RtcTime *time);
36 int32_t (*ReadAlarm)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time);
37 …2_t (*WriteAlarm)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time);
39 …t32_t (*AlarmInterruptEnable)(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, uint8_t enable);
40 int32_t (*GetFreq)(struct RtcHost *host, uint32_t *freq);
41 int32_t (*SetFreq)(struct RtcHost *host, uint32_t freq);
42 int32_t (*Reset)(struct RtcHost *host);
43 int32_t (*ReadReg)(struct RtcHost *host, uint8_t usrDefIndex, uint8_t *value);
[all …]