Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/pin/
H A Dpin_core.h74 int32_t PinCntlrSetPinFunc(struct PinCntlr *cntlr, struct PinDesc *desc, const char *funcName);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_if.c91 return PinCntlrSetPinFunc(cntlr, (struct PinDesc *)handle, funcName); in PinSetFunc()
H A Dpin_core.c359 int32_t PinCntlrSetPinFunc(struct PinCntlr *cntlr, struct PinDesc *desc, const char *funcName) in PinCntlrSetPinFunc() function