Searched refs:TryGetDeviceForEndpoint (Results 1 – 1 of 1) sorted by relevance
366 if(!TryGetDeviceForEndpoint(0, Direction.HostToDevice, out var peripheral)) in DefineNonIndexedEndpointControlAndStatusRegisters()430 … if(!TryGetDeviceForEndpoint(endpointId, Direction.DeviceToHost, out var peripheral)) in DefineNonIndexedEndpointControlAndStatusRegisters()494 … if(!TryGetDeviceForEndpoint(endpointId, Direction.HostToDevice, out var peripheral)) in DefineNonIndexedEndpointControlAndStatusRegisters()553 … private bool TryGetDeviceForEndpoint(int endpointId, Direction direction, out IUSBDevice device) in TryGetDeviceForEndpoint() method in Antmicro.Renode.Peripherals.USB.MPFS_USB