Home
last modified time | relevance | path

Searched refs:BoardAttrCfg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config.h22 } BoardAttrCfg; typedef
81 BoardAttrCfg attr;
H A Dinput_config_parser.c112 BoardAttrCfg *attr) in ParseAttr()
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md354 …(struct DeviceResourceIface *parser, const struct DeviceResourceNode *attrNode, BoardAttrCfg *attr)
357 …ser->GetUint8(attrNode, "inputType", &attr->devType, 0); // 获取inputType字段信息,保存在BoardAttrCfg结构体中
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md353 …(struct DeviceResourceIface *parser, const struct DeviceResourceNode *attrNode, BoardAttrCfg *attr)
356 …", &attr->devType, 0); // Obtain the inputType field and save it in the BoardAttrCfg structure.