Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Ddac_driver_test.c42 static int32_t DacTestReadConfig(struct DacTestConfig *config, const struct DeviceResourceNode *nod… in DacTestReadConfig() function
96 ret = DacTestReadConfig(&g_config, device->property); in DacTestBind()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-dac-develop.md320 …实现自定义结构体,从驱动的角度看,自定义结构体是参数和数据的载体,dac_config.hcs文件中传递的参数和数据会被HDF驱动模块的DacTestReadConfig函数读入,通过Device…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-dac-develop.md304 …tom structure based on the function parameters of the device. The **DacTestReadConfig()** provided…