Searched refs:PinPullType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/ |
H A D | pin_core.h | 46 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 D | pin_if.h | 33 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 D | driver-platform-pin-des.md | 69 | 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 D | driver-platform-pin-develop.md | 57 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 D | pin_if.c | 29 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull() 42 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull()
|
H A D | pin_if_u.c | 176 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull() 219 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull()
|
H A D | pin_core.c | 203 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 D | driver-platform-pin-des.md | 63 | 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 D | driver-platform-pin-develop.md | 55 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 D | pin_test.h | 27 enum PinPullType PullTypeNum;
|
H A D | pin_test.c | 23 enum PinPullType pullTypeNum; 121 enum PinPullType getPullTypeNum; in PinSetGetPullTest()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | pin_virtual.c | 39 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()
|