Searched defs:maximumPacketSize (Results 1 – 4 of 4) sorted by relevance
41 …Endpoint(Direction direction, EndpointTransferType transferType, short maximumPacketSize, byte int… in WithEndpoint()
21 short maximumPacketSize, in USBEndpoint()
26 public NRF_USBD(IMachine machine, short maximumPacketSize = 64) in NRF_USBD()509 private readonly short maximumPacketSize; field in Antmicro.Renode.Peripherals.USB.NRF_USBD
23 public ValentyUSB(IMachine machine, int maximumPacketSize = 64) : base(machine) in ValentyUSB()