Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 24 of 24) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOGate.cs41 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
DIGPIO.cs20 void Connect(IGPIOReceiver destination, int destinationNumber); in Connect()
DGPIO.cs52 public void Connect(IGPIOReceiver destination, int destinationNumber) in Connect()
DIGPIORedirector.cs111 public void Connect(IGPIOReceiver destination, int destinationNumber) in Connect()
DMachine.cs744 …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/
DIBasicNetworkNode.cs13 …l BasicNetworkSendDataDelegate<TData, TAddress>(TData data, TAddress source, TAddress destination); in BasicNetworkSendDataDelegate()
17 void ReceiveData(TData data, TAddress source, TAddress destination); in ReceiveData()
DBasicNetwork.cs53 private bool SendData(TData data, TAddress source, TAddress destination) in SendData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs50 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes()
DCC2538_Cryptoprocessor.cs748 public int Read(Block destination) in Read()
DOpenTitan_KeyManager.cs496 private IEnumRegisterField<Destination> destination; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs474 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()
DIBusController.cs47 …void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = fal… in ReadBytes()
DBusControllerProxy.cs135 …public virtual void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool o… in ReadBytes()
DSystemBus.cs604 …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/
DIMachine.cs25 …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/
DBitHelper.cs135 …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/
DMSCM.cs106 … private void HandleIRQConnect(int sourceNumber, IGPIOReceiver destination, int destinationNumber) in HandleIRQConnect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs74 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/
DUSBIPServer.cs455 private void SetText(byte[] destination, string format, params object[] param) in SetText()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DLAPIC.cs372 private IValueRegisterField destination; field in Antmicro.Renode.Peripherals.IRQControllers.LAPIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs622 …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/
DMappedMemory.cs277 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/
DSilabs_SecureElement.cs1651 …private void FetchFromRam(uint sourcePointer, byte[] destination, uint destinationOffset, uint len… in FetchFromRam()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs861 private void SetValue(ref ulong destination, ulong value) in SetValue()