Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dregulator_if.h123 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa);
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c133 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa) in RegulatorSetCurrent() function
/drivers/hdf_core/framework/test/unittest/platform/common/
Dregulator_test.c121 if (RegulatorSetCurrent(test->handle, test->minUa, test->maxUa) != HDF_SUCCESS) { in RegulatorSetCurrentTest()
270 RegulatorSetCurrent(test->handle, CURRENT_250_UA, CURRENT_50_UA); in RegulatorTestReliability()