Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 82) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheralWithTransactionState.cs14 bool TryConvertStateObjToUlong(IContextState stateObj, out ulong? state); in TryConvertStateObjToUlong()
15 bool TryConvertUlongToStateObj(ulong? state, out IContextState stateObj); in TryConvertUlongToStateObj()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DISignalsUnit.cs20 void SetSignalState(string name, bool state, uint index); in SetSignalState()
21 void SetSignalStateForCPU(string name, bool state, ICPU cpu); in SetSignalStateForCPU()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachineStateChangedEventArgs.cs12 public MachineStateChangedEventArgs(State state) in MachineStateChangedEventArgs()
DGPIO.cs155 private bool state; field in Antmicro.Renode.Core.GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMPFS_Watchdog.cs153 private void SetState(State state) in SetState()
194 private State state; field in Antmicro.Renode.Peripherals.Timers.MPFS_Watchdog
DPulseGenerator.cs55 private bool state; field in Antmicro.Renode.Peripherals.Timers.PulseGenerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs18 public GPIOInterruptManager(GPIO irq, ArraySegment<bool> state) in GPIOInterruptManager()
33 public GPIOInterruptManager(GPIO irq, bool[] state) in GPIOInterruptManager()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DLED.cs62 private bool state; field in Antmicro.Renode.Peripherals.Miscellaneous.LED
DResetPin.cs62 private bool state; field in Antmicro.Renode.Peripherals.Miscellaneous.ResetPin
DSAM4S_RSTC.cs76 public void OnGPIO(int pin, bool state) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqSource.cs66 private bool state; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRA_ICU.cs62 public void OnGPIO(int eventIndex, bool state) in OnGPIO()
99 private bool IsEventTriggered(int eventIndex, bool previousState, bool state) in IsEventTriggered()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DI2CPeripheralBase.cs123 private State state; field in Antmicro.Renode.Peripherals.I2C.I2CPeripheralBase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketBuilder.cs62 private State state; field in Antmicro.Renode.Utilities.GDB.PacketBuilder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DBackendTerminal.cs28 public virtual void BufferStateChanged(BufferState state) in BufferStateChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs36 public int AcceptState(bool[] state) in AcceptState()
DByteArrayWithAccessTracking.cs115 private void SetAllAccessTrackingTo(StateTracker state) in SetAllAccessTrackingTo()
DBitStream.cs68 public BitStream AppendBit(bool state) in AppendBit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSTM32F1GPIOPort.cs104 private void SetBitsFromMask(uint mask, bool state) in SetBitsFromMask()
DMPFS_GPIO.cs198 private void SetRegisterBits(uint regVal, bool state) in SetRegisterBits()
DLPC43xx_GPIO.cs135 private readonly IValueRegisterField state; field in Antmicro.Renode.Peripherals.GPIOPort.LPC43xx_GPIO.Port
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DConsoleIOSource.cs222 private State state; field in Antmicro.Renode.UI.ConsoleIOSource.UTF8Checker
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs195 public void SetSignalState(string name, bool state, uint index) in SetSignalState()
200 public void SetSignalState(ArmSignals armSignal, bool state, uint index) in SetSignalState()
208 public void SetSignalStateForCPU(string name, bool state, ICPU cpu) in SetSignalStateForCPU()
213 public void SetSignalStateForCPU(ArmSignals armSignal, bool state, ICPU cpu) in SetSignalStateForCPU()
831 public void SetState(byte index, bool state) in SetState()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DLiteX_I2C_Zephyr.cs262 private State state; field in Antmicro.Renode.Peripherals.I2C.LiteX_I2C_Zephyr
DLiteX_I2C.cs280 private State state; field in Antmicro.Renode.Peripherals.I2C.LiteX_I2C

1234