Home
last modified time | relevance | path

Searched refs:PinCntlrSetPinPull (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h66 int32_t PinCntlrSetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType pullType);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_if.c39 return PinCntlrSetPinPull(cntlr, (struct PinDesc *)handle, pullType); in PinSetPull()
H A Dpin_core.c203 int32_t PinCntlrSetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType pullType) in PinCntlrSetPinPull() function