Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h50 int32_t (*SetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char *funcName); member
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pin-develop.md61 int32_t (*SetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char *funcName);
74 | SetPinFunc | cntlr:结构体指针,核心层PIN控制器<br/>index:uint32_t类型变量,管脚索引号<br/>funcName:char指针常量,传入PIN管脚功能 |…
335 .SetPinFunc = Hi35xxPinSetFunc, // 设置管脚功能
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c369 if (cntlr->method == NULL || cntlr->method->SetPinFunc == NULL) { in PinCntlrSetPinFunc()
391 ret = cntlr->method->SetPinFunc(cntlr, index, funcName); in PinCntlrSetPinFunc()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-develop.md59 int32_t (*SetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char *funcName);
72 | SetPinFunc | **cntlr**: structure pointer to the pin controller at the core layer.<br>**index**: …
316 .SetPinFunc = Hi35xxPinSetFunc, // Set the pin functions.
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpin_virtual.c169 .SetPinFunc = VirtualPinSetFunc,