Home
last modified time | relevance | path

Searched refs:PinPullType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h46 int32_t (*SetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType pullType);
47 int32_t (*GetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType *pullType);
66 int32_t PinCntlrSetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType pullType);
68 int32_t PinCntlrGetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType *pullType…
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpin_if.h33 enum PinPullType { enum
92 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType);
105 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pin-des.md69 | int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) | 设置管脚推拉方式 |
70 | int32_t PinGetPull(DevHandle handle, enum PinPullType \*pullType) | 获取管脚推拉方式 |
123 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType);
142 enum PinPullType pullTypeNum;
158 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType);
177 enum PinPullType pullTypeNum;
377 enum PinPullType pullTypeNum;
H A Ddriver-platform-pin-develop.md57 int32_t (*SetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType pullType);
58 int32_t (*GetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType *pullType);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_if.c29 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull()
42 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull()
H A Dpin_if_u.c176 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull()
219 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull()
H A Dpin_core.c203 int32_t PinCntlrSetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType pullType) in PinCntlrSetPinPull()
243 int32_t PinCntlrGetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType *pullType) in PinCntlrGetPinPull()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pin-des.md63 | int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) | Sets the pull type of a pin.|
64 | int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) | Obtains the pull type of a pin…
116 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType);
133 enum PinPullType pullTypeNum;
149 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType);
166 enum PinPullType pullTypeNum;
349 enum PinPullType pullTypeNum;
H A Ddriver-platform-pin-develop.md55 int32_t (*SetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType pullType);
56 int32_t (*GetPinPull)(struct PinCntlr *cntlr, uint32_t index, enum PinPullType *pullType);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpin_test.h27 enum PinPullType PullTypeNum;
H A Dpin_test.c23 enum PinPullType pullTypeNum;
121 enum PinPullType getPullTypeNum; in PinSetGetPullTest()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpin_virtual.c39 static int32_t VirtualPinSetPull(struct PinCntlr *cntlr, uint32_t index, enum PinPullType pullType) in VirtualPinSetPull()
58 static int32_t VirtualPinGetPull(struct PinCntlr *cntlr, uint32_t index, enum PinPullType *pullType) in VirtualPinGetPull()