Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-regulator-des.md84 | int32_t RegulatorGetCurrent(DevHandle handle, uint32_t \*regCurrent) | 获取Regulator输出电流 |
328 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent);
331 **表 10** RegulatorGetCurrent参数描述
346 ret = RegulatorGetCurrent(handle, &regCurrent);
349 HDF_LOGE("RegulatorGetCurrent: regulator get current fail, ret:%d\n", ret);
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dregulator_if.h133 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-regulator-des.md79 | RegulatorGetCurrent | Obtains the regulator output current. |
322 Call **RegulatorGetCurrent()** to obtain the current of the regulator.
325 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent);
328 **Table 10** Description of RegulatorGetCurrent
343 ret = RegulatorGetCurrent(handle, &regCurrent);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dregulator_test.c140 if (RegulatorGetCurrent(test->handle, &test->ua) != HDF_SUCCESS) { in RegulatorGetCurrentTest()
271 RegulatorGetCurrent(test->handle, NULL); in RegulatorTestReliability()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_if.c157 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent) in RegulatorGetCurrent() function