Searched defs:TryWrite (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ | ||
| D | EtherBoneBridge.cs | 106 private bool TryWrite(uint offset, uint val) in TryWrite() method in Antmicro.Renode.Peripherals.EtherBoneBridge |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ | ||
| D | LiteX_Ethernet_CSR32.cs | 444 public bool TryWrite(byte[] data, int padding = 60) in TryWrite() method in Antmicro.Renode.Peripherals.Network.LiteX_Ethernet_CSR32.Slot |
| D | LiteX_Ethernet.cs | 465 public bool TryWrite(byte[] data, int padding = 60) in TryWrite() method in Antmicro.Renode.Peripherals.Network.LiteX_Ethernet.Slot |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ | ||
| D | RegisterCollection.cs | 212 public bool TryWrite(long offset, T value) in TryWrite() method in Antmicro.Renode.Core.Structure.Registers.BaseRegisterCollection |