Searched refs:I3cGetConfig (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-i3c-des.md | 84 | int32_t I3cGetConfig(DevHandle handle, struct I3cConfig \*config) | 获取I3C控制器配置 | 132 int32_t I3cGetConfig(DevHandle handle, struct I3cConfig *config); 135 **表 3** I3cGetConfig参数和返回值描述 152 int32_t ret = I3cGetConfig(i3cHandle, &config); 154 HDF_LOGE("I3cGetConfig: get config fail, ret:%d", ret);
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | i3c_test.c | 293 ret = I3cGetConfig(tester->handle, config); in I3cTestGetConfig() 488 (void)I3cGetConfig(NULL, config); in I3cTestReliability() 495 (void)I3cGetConfig(tester->handle, NULL); in I3cTestReliability()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i3c/ |
H A D | i3c_if.c | 61 int32_t I3cGetConfig(DevHandle handle, struct I3cConfig *config) in I3cGetConfig() function
|
/ohos5.0/drivers/hdf_core/framework/include/platform/ |
H A D | i3c_if.h | 307 int32_t I3cGetConfig(DevHandle handle, struct I3cConfig *config);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-i3c-des.md | 76 | int32_t I3cGetConfig(DevHandle handle, struct I3cConfig \*config) | Obtains I3C controller confi… 124 int32_t I3cGetConfig(DevHandle handle, struct I3cConfig *config); 127 **Table 3** Description of I3cGetConfig 142 ret = I3cGetConfig(i3cHandle, &config);
|