Searched refs:GetPinStrength (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/ |
H A D | pin_core.h | 49 int32_t (*GetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t *strength); member
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-pin-develop.md | 60 int32_t (*GetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t *strength); 73 | GetPinStrength | cntlr:结构体指针,核心层PIN控制器<br/>index:uint32_t类型变量,管脚索引号 | strength:uint32_t变量指针,传出获取的… 334 .GetPinStrength = Hi35xxPinGetStrength, // 获取推拉强度
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_core.c | 331 if (cntlr->method == NULL || cntlr->method->GetPinStrength == NULL) { in PinCntlrGetPinStrength() 353 ret = cntlr->method->GetPinStrength(cntlr, index, strength); in PinCntlrGetPinStrength()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-pin-develop.md | 58 int32_t (*GetPinStrength)(struct PinCntlr *cntlr, uint32_t index, uint32_t *strength); 71 | GetPinStrength | **cntlr**: structure pointer to the pin controller at the core layer.<br>**index… 315 .GetPinStrength = Hi35xxPinGetStrength, // Obtain the pull strength.
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | pin_virtual.c | 168 .GetPinStrength = VirtualPinGetStrength,
|