Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBDeviceCore.cs51 MaximalPacketSize = maximalPacketSize; in USBDeviceCore()
246 public PacketSize MaximalPacketSize { get; } property in Antmicro.Renode.Core.USB.USBDeviceCore
264 .Append((byte)MaximalPacketSize) in FillDescriptor()