Home
last modified time | relevance | path

Searched refs:PinSetStrength (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dpin_if.h118 int32_t PinSetStrength(DevHandle handle, uint32_t strength);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dpin_test.c161 ret = PinSetStrength(tester->handle, tester->config.strengthNum); in PinSetGetStrengthTest()
268 ret = PinSetStrength(tester->handle, g_oldPinCfg.strengthNum); in PinTestTearDownAll()
306 (void)PinSetStrength(NULL, tester->config.strengthNum); in PinTestReliability()
311 (void)PinSetStrength(tester->handle, -1); in PinTestReliability()
/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_if.c55 int32_t PinSetStrength(DevHandle handle, uint32_t strength) in PinSetStrength() function
Dpin_if_u.c275 int32_t PinSetStrength(DevHandle handle, uint32_t strength) in PinSetStrength() function
Dpin_core.c572 ret = PinSetStrength(handle, strength); in PinIoSetStrength()