Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dregulator_if.h110 int32_t RegulatorGetVoltage(DevHandle handle, uint32_t *voltage);
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c115 int32_t RegulatorGetVoltage(DevHandle handle, uint32_t *voltage) in RegulatorGetVoltage() function
/drivers/hdf_core/framework/test/unittest/platform/common/
Dregulator_test.c102 if (RegulatorGetVoltage(test->handle, &test->uv) != HDF_SUCCESS) { in RegulatorGetVoltageTest()