Lines Matching refs:AdcMethod
50 Definitions of **AdcMethod** and **AdcLockMethod**:
53 struct AdcMethod {
66 At the adaptation layer, **AdcMethod** must be implemented, and **AdcLockMethod** can be implemente…
94 **Table 1** Hook functions in **AdcMethod**
123 - Instantiate **AdcMethod** in the **AdcDevice** object.
125 > For details about the functions in **AdcMethod**, see [Available APIs](#available-apis).
246 … member functions (**Bind**, **Init** and **Release**) to instantiate **AdcMethod** in **AdcDevice…
271 const struct AdcMethod *ops;
280 - Instantiate the hook function structure **AdcMethod** of **AdcDevice**.
285 static const struct AdcMethod g_method = {
346 … hi35xx->device.ops = &g_method; // (Mandatory) Attach the AdcMethod instance object.