Searched refs:GetPinFunc (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/ |
H A D | pin_core.h | 51 int32_t (*GetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char **funcName); member
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-pin-develop.md | 62 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 D | pin_core.c | 406 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 D | driver-platform-pin-develop.md | 60 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 D | pin_virtual.c | 170 .GetPinFunc = VirtualPinGetFunc,
|