Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h42 struct ClockMethod { struct
43 int32_t (*start)(struct ClockDevice *device);
44 int32_t (*stop)(struct ClockDevice *device);
45 int32_t (*setRate)(struct ClockDevice *device, uint32_t rate);
46 int32_t (*getRate)(struct ClockDevice *device, uint32_t *rate);
47 int32_t (*disable)(struct ClockDevice *device);
48 int32_t (*enable)(struct ClockDevice *device);
49 struct ClockDevice *(*getParent)(struct ClockDevice *device);
50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);