Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 33) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorTimeExtensions.cs17 public static void SetAdvanceImmediately(this Machine @this, bool val) in SetAdvanceImmediately()
32 public static void SetAdvanceImmediately(this Emulation @this, bool val) in SetAdvanceImmediately()
47 public static void SetGlobalAdvanceImmediately(this Emulation @this, bool val) in SetGlobalAdvanceImmediately()
57 public static void SetGlobalSerialExecution(this Emulation @this, bool val) in SetGlobalSerialExecution()
62 public static bool SetSerialExecution(this Machine @this, bool val) in SetSerialExecution()
69 private static void SetSerialExecutionRecursively(TimeSourceBase source, bool val) in SetSerialExecutionRecursively()
78 private static void SetAdvanceImmediatelyRecursively(TimeSourceBase source, bool val) in SetAdvanceImmediatelyRecursively()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSimpleCacheTests.cs250 private string NullParameterGenerator(int? val) in NullParameterGenerator()
255 private string NullParametersGenerator(int? val, int? val2) in NullParametersGenerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs51 public void WriteDoubleWord(long addr, uint val) in WriteDoubleWord()
67 public void WriteWord(long addr, ushort val) in WriteWord()
77 public void WriteByte(long addr, byte val) in WriteByte()
298 private void EnqueueTx(uint val, int accessSize) in EnqueueTx()
319 private void EnqueueRx(byte val) in EnqueueRx()
DMacronix_MX25R.cs38 protected override void WriteToMemory(byte val) in WriteToMemory()
DMPFS_QSPI.cs240 private void HandleByte(uint val) in HandleByte()
285 private void HandleByteTransmission(uint val) in HandleByteTransmission()
DNPCX_SPIP.cs76 private void WriteData(ulong val) in WriteData()
DDesignWare_SPI.cs426 private void EnqueueToTransmitBuffer(ushort val) in EnqueueToTransmitBuffer()
445 private bool TryDecodeSlaveId(SlaveSelect val, out int id) in TryDecodeSlaveId()
DSAM_SPI.cs286 private void EnqueueTx(ulong val) in EnqueueTx()
334 private void ChipSelect(ulong val) in ChipSelect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPhysicalLayer.cs17 void Write(T addr, V val); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DDummySPISlave.cs20 public void EnqueueValue(byte val) in EnqueueValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DReadMemoryCommand.cs81 private byte [] BytesFromValue(ulong val, ulong length) in BytesFromValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs67 public void WriteDoubleWord(long offset, uint val) in WriteDoubleWord()
106 private bool TryWrite(uint offset, uint val) in TryWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DNEORV32_MachineSystemTimer.cs56 public void WriteQuadWord(long offset, ulong val) in WriteQuadWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DXMC4XXX_UART.cs55 public void WriteDoubleWord(long offset, uint val) in WriteDoubleWord()
DNEORV32_UART.cs120 public void WriteDoubleWord(long offset, uint val) in WriteDoubleWord()
DBCM2711_AUX_UART.cs41 public void WriteDoubleWord(long offset, uint val) in WriteDoubleWord()
DKB1200_UART.cs123 public void WriteDoubleWord(long offset, uint val) in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM330_Gyroscope.cs71 private void UpdateSensitivity(uint val) in UpdateSensitivity()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DPULP_APB_GPIO.cs160 private void WriteOutputPin(int pin, bool val, bool isExplicit) in WriteOutputPin()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMPFS_Sysreg.cs210 private void ManageClock(bool val, int index) in ManageClock()
224 private void ManageSoftReset(bool val, int index) in ManageSoftReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc.cs149 private void WriteDecrementer(ulong val) in WriteDecrementer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs442 public static ulong GetLeastSignificantOne(ulong val) in GetLeastSignificantOne()
447 public static ulong GetLeastSignificantZero(ulong val) in GetLeastSignificantZero()
452 …public static void GetBytesFromValue(byte[] bytes, int offset, ulong val, int typeSize, bool rever… in GetBytesFromValue()
468 public static byte[] GetBytesFromValue(ulong val, int typeSize, bool reverse = false) in GetBytesFromValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_PDM.cs235 private void SetGain(ulong val, Channel channel) in SetGain()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DMPFS_PDMA.cs324 private TransferType GetTransactionSize(TransactionDirection direction, ulong val) in GetTransactionSize()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEthernetPhysicalLayer.cs96 public void Write(ushort addr, ushort val) in Write()

12