Searched refs:InEnpoint (Results 1 – 8 of 8) sorted by relevance
204 endpointDescriptor[0].InEnpoint = true; in setEndpointsDescriptors()205 endpointDescriptor[1].InEnpoint = false; in setEndpointsDescriptors()206 endpointDescriptor[2].InEnpoint = true; in setEndpointsDescriptors()
264 public bool InEnpoint{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EndpointUSBDescriptor270 return (byte)(((InEnpoint ? 1 : 0) << 7) | (EndpointNumber & 7));276 InEnpoint = ((value >> 7) & 1) != 0;
520 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()528 endpointDesc[1].InEnpoint = false; in fillEndpointsDescriptors()536 endpointDesc[2].InEnpoint = true; in fillEndpointsDescriptors()
612 endpointDesc[0].InEnpoint = true; in FillEndpointsDescriptors()620 endpointDesc[1].InEnpoint = false; in FillEndpointsDescriptors()
71 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
326 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
73 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()
622 endpointDesc[0].InEnpoint = true; in fillEndpointsDescriptors()