Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBEthernetControlModelDevice.cs204 endpointDescriptor[0].InEnpoint = true; in setEndpointsDescriptors()
205 endpointDescriptor[1].InEnpoint = false; in setEndpointsDescriptors()
206 endpointDescriptor[2].InEnpoint = true; in setEndpointsDescriptors()
DUSBDescriptor.cs264 public bool InEnpoint{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EndpointUSBDescriptor
270 return (byte)(((InEnpoint ? 1 : 0) << 7) | (EndpointNumber & 7));
276 InEnpoint = ((value >> 7) & 1) != 0;
DSMSC9500.cs520 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
528 endpointDesc[1].InEnpoint = false; in fillEndpointsDescriptors()
536 endpointDesc[2].InEnpoint = true; in fillEndpointsDescriptors()
DMassStorage.cs612 endpointDesc[0].InEnpoint = true; in FillEndpointsDescriptors()
620 endpointDesc[1].InEnpoint = false; in FillEndpointsDescriptors()
DUSBKeyboard.cs71 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
DUSBTablet.cs326 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
DUSBMouse.cs73 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
DUsbHub.cs622 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()