Searched refs:RegulatorGetCurrent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-regulator-des.md | 84 | 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, ®Current); 349 HDF_LOGE("RegulatorGetCurrent: regulator get current fail, ret:%d\n", ret);
|
/ohos5.0/drivers/hdf_core/framework/include/platform/ |
H A D | regulator_if.h | 133 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-regulator-des.md | 79 | 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, ®Current);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | regulator_test.c | 140 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 D | regulator_if.c | 157 int32_t RegulatorGetCurrent(DevHandle handle, uint32_t *regCurrent) in RegulatorGetCurrent() function
|