| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IPeripheralWithTransactionState.cs | 14 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/ |
| D | ISignalsUnit.cs | 20 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/ |
| D | MachineStateChangedEventArgs.cs | 12 public MachineStateChangedEventArgs(State state) in MachineStateChangedEventArgs()
|
| D | GPIO.cs | 155 private bool state; field in Antmicro.Renode.Core.GPIO
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | MPFS_Watchdog.cs | 153 private void SetState(State state) in SetState() 194 private State state; field in Antmicro.Renode.Peripherals.Timers.MPFS_Watchdog
|
| D | PulseGenerator.cs | 55 private bool state; field in Antmicro.Renode.Peripherals.Timers.PulseGenerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/ |
| D | GPIOInterruptManager.cs | 18 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/ |
| D | LED.cs | 62 private bool state; field in Antmicro.Renode.Peripherals.Miscellaneous.LED
|
| D | ResetPin.cs | 62 private bool state; field in Antmicro.Renode.Peripherals.Miscellaneous.ResetPin
|
| D | SAM4S_RSTC.cs | 76 public void OnGPIO(int pin, bool state) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/ |
| D | IrqSource.cs | 66 private bool state; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | RenesasRA_ICU.cs | 62 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/ |
| D | I2CPeripheralBase.cs | 123 private State state; field in Antmicro.Renode.Peripherals.I2C.I2CPeripheralBase
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | PacketBuilder.cs | 62 private State state; field in Antmicro.Renode.Utilities.GDB.PacketBuilder
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/ |
| D | BackendTerminal.cs | 28 public virtual void BufferStateChanged(BufferState state) in BufferStateChanged()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitPatternDetector.cs | 36 public int AcceptState(bool[] state) in AcceptState()
|
| D | ByteArrayWithAccessTracking.cs | 115 private void SetAllAccessTrackingTo(StateTracker state) in SetAllAccessTrackingTo()
|
| D | BitStream.cs | 68 public BitStream AppendBit(bool state) in AppendBit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | STM32F1GPIOPort.cs | 104 private void SetBitsFromMask(uint mask, bool state) in SetBitsFromMask()
|
| D | MPFS_GPIO.cs | 198 private void SetRegisterBits(uint regVal, bool state) in SetRegisterBits()
|
| D | LPC43xx_GPIO.cs | 135 private readonly IValueRegisterField state; field in Antmicro.Renode.Peripherals.GPIOPort.LPC43xx_GPIO.Port
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ |
| D | ConsoleIOSource.cs | 222 private State state; field in Antmicro.Renode.UI.ConsoleIOSource.UTF8Checker
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmSignalsUnit.cs | 195 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/ |
| D | LiteX_I2C_Zephyr.cs | 262 private State state; field in Antmicro.Renode.Peripherals.I2C.LiteX_I2C_Zephyr
|
| D | LiteX_I2C.cs | 280 private State state; field in Antmicro.Renode.Peripherals.I2C.LiteX_I2C
|