Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBEthernetControlModelDevice.cs216 interfaceDescriptor = new InterfaceUSBDescriptor[interfacesAmount]; in setInterfaceDescriptors()
217 for(int i=0; i<interfacesAmount; i++) in setInterfaceDescriptors()
245 private const byte interfacesAmount = 0x01; field in Antmicro.Renode.Peripherals.USBDeprecated.USBEthernetControlModelDevice