Home
last modified time | relevance | path

Searched defs:pullType (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_if.c29 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull()
42 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull()
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()
493 uint32_t pullType; in PinIoSetPull() local
523 uint32_t pullType; in PinIoGetPull() local
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()
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dpin_virtual.c26 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()