| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | AINTC.cs | 95 public void OnGPIO(int number, bool value) in OnGPIO() 167 private uint ReadStatusRegister(int number, InterruptType type) in ReadStatusRegister() 184 private void WriteStatusRegister(int number, uint value) in WriteStatusRegister() 207 private uint ReadInterruptEnableRegister(int number) in ReadInterruptEnableRegister() 223 private void WriteEnableRegister(int number, uint value) in WriteEnableRegister() 235 private bool IsCandidate(int number) in IsCandidate() 271 private InterruptType GetInterruptType(int number) in GetInterruptType()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | SPIMultiplexer.cs | 27 public void OnGPIO(int number, bool value) in OnGPIO() 34 public void SetActiveLow(int number) in SetActiveLow() 40 public void SetActiveHigh(int number) in SetActiveHigh()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | SerializationTests.cs | 197 public void GPIOSet(int number, bool value) in GPIOSet() 202 public bool HasSignaled(int number) in HasSignaled() 212 public void OnGPIO(int number, bool value) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | MiV_CoreGPIO.cs | 173 public override void OnGPIO(int number, bool value) in OnGPIO() 202 …public void ConfigureFixedPinTriggerMode(int number, GPIOInterruptManager.InterruptTrigger trigger… in ConfigureFixedPinTriggerMode() 212 public void ConfigureFixedPinDirection(int number, PinDirection direction) in ConfigureFixedPinDirection()
|
| D | STM32_GPIOPort.cs | 74 public override void OnGPIO(int number, bool value) in OnGPIO() 90 private void WritePin(int number, bool value) in WritePin() 107 private void ChangeMode(int number, Mode newMode) in ChangeMode() 244 public void OnGPIO(int number, bool value) in OnGPIO() 273 private bool CheckAFNumber(int number) in CheckAFNumber()
|
| D | SAM4S_PIO.cs | 55 public override void OnGPIO(int number, bool value) in OnGPIO() 509 private void UpdateIOLine(int number) in UpdateIOLine() 518 private void UpdateInterruptType(int number) in UpdateInterruptType()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | IGPIOReceiver.cs | 15 void OnGPIO(int number, bool value); in OnGPIO()
|
| D | GPIOEndpoint.cs | 14 public GPIOEndpoint(IGPIOReceiver receiver, int number) in GPIOEndpoint()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithNMI.cs | 12 void OnNMI(int number, bool value, ulong? mcause); in OnNMI()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/ |
| D | MockReceiverConstrained.cs | 20 public void OnGPIO(int number, bool value) in OnGPIO()
|
| D | MockReceiver.cs | 25 public void OnGPIO(int number, bool value) in OnGPIO()
|
| D | MockGPIOByNumberConnectorPeripheral.cs | 37 public void OnGPIO(int number, bool value) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | CoreLocalInterruptController.cs | 225 public void OnGPIO(int number, bool value) in OnGPIO() 262 private PrivilegeLevel GetInterruptPrivilege(int number) in GetInterruptPrivilege() 283 private int GetInterruptLevel(int number) in GetInterruptLevel() 297 private int GetInterruptPriority(int number) in GetInterruptPriority()
|
| D | PULP_EventController.cs | 18 public void OnGPIO(int number, bool value) in OnGPIO()
|
| D | PULP_InterruptController.cs | 73 public void OnGPIO(int number, bool value) in OnGPIO() 83 public void OnEvent(int number, bool value) in OnEvent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/ |
| D | BaseGPIOPort.cs | 111 protected bool CheckPinNumber(int number) in CheckPinNumber() 121 public virtual void OnGPIO(int number, bool value) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/ |
| D | Sparc.cs | 57 public override void OnGPIO(int number, bool value) in OnGPIO() 126 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/ |
| D | PlatformLevelInterruptControllerBase.cs | 73 public void OnGPIO(int number, bool value) in OnGPIO() 196 protected virtual bool IsIrqSourceAvailable(int number) in IsIrqSourceAvailable()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/ |
| D | CombinedInput.cs | 32 public void OnGPIO(int number, bool value) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | EOSS3_SimplePeriodicTimer.cs | 56 public void OnGPIO(int number, bool value) in OnGPIO() 83 public ushort GetInterruptTimestamp(uint number) in GetInterruptTimestamp()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/ |
| D | Xtensa.cs | 35 public override void OnGPIO(int number, bool value) in OnGPIO() 83 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | LED.cs | 24 public void OnGPIO(int number, bool value) in OnGPIO()
|
| D | SEMA4.cs | 169 public Lock(SEMA4 sema, int number) in Lock() 278 private readonly int number; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4.Lock
|
| D | ResetPin.cs | 23 public void OnGPIO(int number, bool value) in OnGPIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | PWMTester.cs | 23 public void OnGPIO(int number, bool value) in OnGPIO()
|