| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | GPIOGate.cs | 41 private readonly GPIO destination; field in Antmicro.Renode.Core.GPIOGate 47 public IrqNode(IGPIO destination, Action changeCallback) in IrqNode() 53 public void Connect(IGPIOReceiver destination, int destinationNumber) in Connect() 87 private readonly IGPIO destination; field in Antmicro.Renode.Core.GPIOGate.IrqNode
|
| D | IGPIO.cs | 20 void Connect(IGPIOReceiver destination, int destinationNumber); in Connect()
|
| D | GPIO.cs | 52 public void Connect(IGPIOReceiver destination, int destinationNumber) in Connect()
|
| D | IGPIORedirector.cs | 111 public void Connect(IGPIOReceiver destination, int destinationNumber) in Connect()
|
| D | Machine.cs | 744 …public void AttachGPIO(IPeripheral source, int sourceNumber, IGPIOReceiver destination, int destin… in AttachGPIO() 760 …public void AttachGPIO(IPeripheral source, IGPIOReceiver destination, int destinationNumber, int? … in AttachGPIO() 768 …public void AttachGPIO(IPeripheral source, string connectorName, IGPIOReceiver destination, int de… in AttachGPIO() 1564 …tic void DoAttachGPIO(IPeripheral source, PropertyInfo[] gpios, IGPIOReceiver destination, int des… in DoAttachGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/ |
| D | IBasicNetworkNode.cs | 13 …l BasicNetworkSendDataDelegate<TData, TAddress>(TData data, TAddress source, TAddress destination); in BasicNetworkSendDataDelegate() 17 void ReceiveData(TData data, TAddress source, TAddress destination); in ReceiveData()
|
| D | BasicNetwork.cs | 53 private bool SendData(TData data, TAddress source, TAddress destination) in SendData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_ScrambledMemory.cs | 50 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes()
|
| D | CC2538_Cryptoprocessor.cs | 748 public int Read(Block destination) in Read()
|
| D | OpenTitan_KeyManager.cs | 496 private IEnumRegisterField<Destination> destination; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SymbolLookup.cs | 474 private static void CopyCake(ICollection<Symbol> destination, ISymbolProvider source) in CopyCake() 490 private static void CopyRest(ICollection<Symbol> destination, ISymbolProvider source) in CopyRest() 544 …ng(OldSymbolProvider oldSymbols, ISymbolProvider newSymbols, ICollection<Symbol> destination, ICol… in AddSymbolWithHashing()
|
| D | IBusController.cs | 47 …void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = fal… in ReadBytes()
|
| D | BusControllerProxy.cs | 135 …public virtual void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool o… in ReadBytes()
|
| D | SystemBus.cs | 604 …public void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemor… in ReadBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMachine.cs | 25 …void AttachGPIO(IPeripheral source, int sourceNumber, IGPIOReceiver destination, int destinationNu… in AttachGPIO() 26 …void AttachGPIO(IPeripheral source, IGPIOReceiver destination, int destinationNumber, int? localRe… in AttachGPIO() 27 …void AttachGPIO(IPeripheral source, string connectorName, IGPIOReceiver destination, int destinati… in AttachGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitHelper.cs | 135 …public static void ReplaceBits(ref uint destination, uint source, int width, int destinationPositi… in ReplaceBits() 151 …public static void ReplaceBits(ref ulong destination, ulong source, int width, int destinationPosi… in ReplaceBits() 170 …public static byte ReplaceBits(this byte destination, byte source, int width, int destinationPosit… in ReplaceBits() 186 …public static uint ReplaceBits(this uint destination, uint source, int width, int destinationPosit… in ReplaceBits() 202 …public static ulong ReplaceBits(this ulong destination, ulong source, int width, int destinationPo… in ReplaceBits()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | MSCM.cs | 106 … private void HandleIRQConnect(int sourceNumber, IGPIOReceiver destination, int destinationNumber) in HandleIRQConnect()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | DA16200.cs | 74 public void ReceiveData(byte[] data, NetworkAddress source, NetworkAddress destination) in ReceiveData() 100 private void SendData(int connectionId, NetworkAddress destination, byte[] data) in SendData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 455 private void SetText(byte[] destination, string format, params object[] param) in SetText()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ |
| D | LAPIC.cs | 372 private IValueRegisterField destination; field in Antmicro.Renode.Peripherals.IRQControllers.LAPIC
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 622 …private bool TryEvaluateSingleOperand(ushort instr, int destination, AccessWidth accessWidth, Addr… in TryEvaluateSingleOperand() 1099 …private bool TryEvaluateDoubleOperand(uint instr, int destination, AccessWidth accessWidth, Addres… in TryEvaluateDoubleOperand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 277 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | Silabs_SecureElement.cs | 1651 …private void FetchFromRam(uint sourcePointer, byte[] destination, uint destinationOffset, uint len… in FetchFromRam()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmSignalsUnit.cs | 861 private void SetValue(ref ulong destination, ulong value) in SetValue()
|