Home
last modified time | relevance | path

Searched refs:PinCntlrMethod (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h25 struct PinCntlrMethod;
36 struct PinCntlrMethod *method;
45 struct PinCntlrMethod { struct
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pin-develop.md53 PinCntlrMethod定义:
56 struct PinCntlrMethod {
66 **表 1** PinCntlrMethod成员的钩子函数功能说明
222 …完成配置属性文件之后,下一步就是以核心层PinCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化PinCntlr成员PinCntlrMethod(让用户可以通过接口…
256 struct PinCntlrMethod *method; // 钩子函数
327 - PinCntlr成员钩子函数结构体PinCntlrMethod的实例化。
330 static struct PinCntlrMethod g_method = {
428 … hi35xx->cntlr.method = &g_method; // PinCntlrMethod实例化实例化对象的挂载
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-develop.md51 **PinCntlrMethod**:
54 struct PinCntlrMethod {
64 **Table 1** Hook functions in PinCntlrMethod
203 …mber functions (**Bind**, **Init** and **Release**) to instantiate **PinCntlrMethod** in **PinCntl…
237 struct PinCntlrMethod *method; // Hook functions.
308 - Instantiate the **PinCntlrMethod** structure in **PinCntlr**.
311 static struct PinCntlrMethod g_method = {
407 …x->cntlr.method = &g_method; // Attach the PinCntlrMethod instance.
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpin_virtual.c164 static struct PinCntlrMethod g_method = {