Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/pin/
Dpin_core.h68 int32_t PinCntlrGetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType *pullType…
/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_if.c52 return PinCntlrGetPinPull(cntlr, (struct PinDesc *)handle, pullType); in PinGetPull()
Dpin_core.c243 int32_t PinCntlrGetPinPull(struct PinCntlr *cntlr, struct PinDesc *desc, enum PinPullType *pullType) in PinCntlrGetPinPull() function