Searched defs:pullType (Results 1 – 6 of 6) sorted by relevance
/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_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() 493 uint32_t pullType; in PinIoSetPull() local 523 uint32_t pullType; in PinIoGetPull() local
|
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()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | pin_virtual.c | 26 int32_t pullType; member 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()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 72 TouchType pullType = TouchType::UNKNOWN; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 92 TouchType pullType = TouchType::UNKNOWN; member
|