Home
last modified time | relevance | path

Searched defs:TestChipParameters (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs908 struct TestChipParameters { struct
909 device_guid: String,
910 device_name: String,
911 chip_kind: ProtoChipKind,
912 chip_name: String,
913 chip_manufacturer: String,
914 chip_product_name: String,
915 device_info: ProtoDeviceInfo,
918 impl TestChipParameters { impl