Searched refs:RegulatorSetCurrent (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-regulator-des.md | 83 | int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa) | 设置Regulator输出电流 | 297 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa); 300 **表 9** RegulatorSetCurrent参数描述 317 ret = RegulatorSetCurrent(handle, minUa, maxUa); 320 HDF_LOGE("RegulatorSetCurrent: regulator set current fail, ret:%d\n", ret);
|
/ohos5.0/drivers/hdf_core/framework/include/platform/ |
H A D | regulator_if.h | 123 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-regulator-des.md | 78 | RegulatorSetCurrent | Sets the regulator output current. | 291 Call **RegulatorSetCurrent()** to set the output current range of the regulator. 294 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa); 297 **Table 9** Description of RegulatorSetCurrent 314 ret = RegulatorSetCurrent(handle, minUa, maxUa);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | regulator_test.c | 121 if (RegulatorSetCurrent(test->handle, test->minUa, test->maxUa) != HDF_SUCCESS) { in RegulatorSetCurrentTest() 270 RegulatorSetCurrent(test->handle, CURRENT_250_UA, CURRENT_50_UA); in RegulatorTestReliability()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/ |
H A D | regulator_if.c | 133 int32_t RegulatorSetCurrent(DevHandle handle, uint32_t minUa, uint32_t maxUa) in RegulatorSetCurrent() function
|