Home
last modified time | relevance | path

Searched refs:GetPinFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h51 int32_t (*GetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char **funcName); member
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pin-develop.md62 int32_t (*GetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char **funcName);
75 | GetPinFunc | cntlr:结构体指针,核心层PIN控制器<br/>index:uint32_t类型变量,管脚索引号 | funcName:char双重指针常量,传出获取的PIN管脚功…
336 .GetPinFunc = Hi35xxPinGetFunc, // 获取管脚功能
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c406 if (cntlr->method == NULL || cntlr->method->GetPinFunc == NULL) { in PinCntlrGetPinFunc()
428 ret = cntlr->method->GetPinFunc(cntlr, index, funcName); in PinCntlrGetPinFunc()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-develop.md60 int32_t (*GetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char **funcName);
73 | GetPinFunc | **cntlr**: structure pointer to the pin controller at the core layer.<br>**index**: …
317 .GetPinFunc = Hi35xxPinGetFunc, // Obtain the pin functions.
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpin_virtual.c170 .GetPinFunc = VirtualPinGetFunc,