Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBInterface.cs41 …Endpoint(Direction direction, EndpointTransferType transferType, short maximumPacketSize, byte int… in WithEndpoint()
DUSBEndpoint.cs21 short maximumPacketSize, in USBEndpoint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DNRF_USBD.cs26 public NRF_USBD(IMachine machine, short maximumPacketSize = 64) in NRF_USBD()
509 private readonly short maximumPacketSize; field in Antmicro.Renode.Peripherals.USB.NRF_USBD
DValentyUSB.cs23 public ValentyUSB(IMachine machine, int maximumPacketSize = 64) : base(machine) in ValentyUSB()