| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/ |
| D | SimpleContainer.cs | 79 if(!TryGetByAddress(address, out peripheral)) in GetByAddress() 86 protected bool TryGetByAddress(int address, out T peripheral) in TryGetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerBase 138 public new bool TryGetByAddress(int address, out T peripheral) in TryGetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerHelper 140 return base.TryGetByAddress(address, out peripheral); in TryGetByAddress()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | SPIMultiplexer.cs | 66 if(!TryGetByAddress(deviceAddress, out var device)) in Transmit() 100 if(!TryGetByAddress(deviceAddress, out var device)) in FinishTransmissionByAddress()
|
| D | HiFive_SPI.cs | 194 receiveQueue.Enqueue(!TryGetByAddress((int)selectedSlave.Value, out var slavePeripheral) in HandleFifoWrite() 223 if(TryGetByAddress((int)selectedSlave.Value, out var slavePeripheral)) in FinishTransmission()
|
| D | MAX32650_SPI.cs | 333 … if(BitHelper.IsBitSet(value, (byte)i) && !TryGetByAddress(i, out var __)) in BuildRegisterMap() 459 if(!TryGetByAddress(index, out var peripheral))
|
| D | DesignWare_SPI.cs | 92 if(!TryGetByAddress(oldId, out var slave)) in DesignWare_SPI() 345 if(!this.TryGetByAddress(slaveAddress, out var peripheral)) in TrySendData()
|
| D | RenesasDA_SPI.cs | 238 if(!TryGetByAddress(address, out var peripheral)) in SwitchActivePeripheral()
|
| D | RenesasRZG_SPI.cs | 342 if(!TryGetByAddress(0, out var selectedPeripheral)) in TransmitData()
|
| D | SAM_SPI.cs | 299 …if(transmitBuffer.Count == 0 || !(TryGetByAddress(selectedSlaveAddr, out var slavePeripheral) || l… in TryTransfer()
|
| D | Cadence_xSPI.cs | 117 return TryGetByAddress(address, out peripheral); in TryGetPeripheral()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | VybridI2C.cs | 57 if(!TryGetByAddress(address, out device)) in ReadByte() 123 if(TryGetByAddress(address, out device)) in WriteByte()
|
| D | PULP_uDMA_I2C.cs | 310 if(!TryGetByAddress(address, out var device)) in TrySendToDevice() 346 if(!TryGetByAddress(address, out var device)) in TryReadFromDevice()
|
| D | RenesasDA_I2C.cs | 880 if(!TryGetByAddress(TargetAddress, out var target)) in PerformReception() 931 if(!TryGetByAddress(TargetAddress, out var target)) in PerformTransmission() 943 if(!TryGetByAddress(TargetAddress, out var target)) in SendFinishTransmission() 963 && !TryGetByAddress(TargetAddress, out var __)) in HandleTargetAddressChange()
|
| D | EFM32GGI2CController.cs | 319 if(TryGetByAddress(slaveAddress, out slave)) in WriteToSlave() 522 if(!TryGetByAddress(currentAddress, out slave)) in ReadData()
|
| D | TegraI2CController.cs | 160 if(!TryGetByAddress(slaveAddressForPacket, out device)) in TransferData()
|
| D | S32K3XX_LowPowerInterIntegratedCircuit.cs | 128 if(!TryGetByAddress((int)transmitData.Value >> 1, out activePeripheral)) in HandleCommand() 145 if(TryGetByAddress((int)transmitData.Value, out var _)) in HandleCommand()
|
| D | LiteX_I2C.cs | 148 if(!TryGetByAddress(address, out slave)) in HandleClockRising()
|
| D | LiteX_I2C_Zephyr.cs | 140 if(!TryGetByAddress(address, out slave)) in HandleClockRising()
|
| D | NRF52840_I2C.cs | 272 if(!TryGetByAddress((int)val, out selectedSlave)) in DefineRegisters()
|
| D | SAMD21_I2C.cs | 128 if(!TryGetByAddress(address, out var peripheral)) in StartTransaction()
|
| D | EFR32_GenericI2CController.cs | 298 if(!TryGetByAddress(currentAddress, out targetPeripheral)) in HandleAddressByte()
|
| D | STM32F7_I2C.cs | 341 if(!TryGetByAddress(currentSlaveAddress, out currentSlave)) in StartTransfer()
|
| D | MAX32650_I2C.cs | 396 TryGetByAddress((int)destinationAddress, out var peripheral) ? peripheral : null;
|
| D | NPCX_SMBus.cs | 75 if(!TryGetByAddress(address, out activePeripheral)) in HandleWrite()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Bank3Registers.cs | 21 if(!i2cContainer.TryGetByAddress((int)slaveAddress0.Value, out pheriperial)) in TryGetI2CPeripherial()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 232 else if(!TryGetByAddress((int)urbHeader.DeviceId, out var device)) in HandleIncomingData() 506 else if(!TryGetByAddress(deviceId, out device)) in TryHandleDeviceAttachCommand()
|