Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DMPFS_USB.cs366 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