Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h48 int32_t (*SetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t strength); member
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pin-develop.md59 int32_t (*SetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t strength);
72 | SetPinStrength | cntlr:结构体指针,核心层PIN控制器<br/>index:uint32_t类型变量,管脚索引号<br/>strength:uint32_t变量,PIN推拉…
333 .SetPinStrength = Hi35xxPinSetStrength, // 设置推拉强度
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c299 if (cntlr->method == NULL || cntlr->method->SetPinStrength == NULL) { in PinCntlrSetPinStrength()
316 ret = cntlr->method->SetPinStrength(cntlr, index, strength); in PinCntlrSetPinStrength()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-develop.md57 int32_t (*SetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t strength);
70 | SetPinStrength | **cntlr**: structure pointer to the pin controller at the core layer.<br>**index…
314 .SetPinStrength = Hi35xxPinSetStrength, // Set the pull strength.
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpin_virtual.c167 .SetPinStrength = VirtualPinSetStrength,