| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | InterruptManager.cs | 247 public void EnableInterrupt(TInterrupt interrupt, bool status = true) in EnableInterrupt() 260 public void DisableInterrupt(TInterrupt interrupt) in DisableInterrupt() 265 public void SetInterrupt(TInterrupt interrupt, bool status = true) in SetInterrupt() 278 public bool IsSet(TInterrupt interrupt) in IsSet() 283 public bool IsEnabled(TInterrupt interrupt) in IsEnabled() 288 public void ClearInterrupt(TInterrupt interrupt) in ClearInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | TegraI2CController.cs | 246 private void ClearInterrupt(params Interrupts[] interrupt) in ClearInterrupt() 256 private void SetInterrupt(params Interrupts[] interrupt) in SetInterrupt()
|
| D | EFM32GGI2CController.cs | 559 private bool CheckInterrupt(Interrupts interrupt) in CheckInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | PacketBuilder.cs | 81 … public Result(Packet packet = null, bool corruptedPacket = false, bool interrupt = false) in Result()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | PULP_InterruptController.cs | 161 private readonly IValueRegisterField interrupt; field in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | AppUart.cs | 126 private uint interrupt; field in Antmicro.Renode.Peripherals.UART.AppUart
|
| D | ESP32_UART.cs | 146 private void ClearInterrupt(int interrupt) in ClearInterrupt()
|
| D | PL011.cs | 133 private void ClearInterrupt(int interrupt) in ClearInterrupt()
|
| D | NRF52840_UART.cs | 297 private DoubleWordRegister GetEventRegister(Interrupts interrupt, string name) in GetEventRegister()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ |
| D | PowerPc64.cs | 149 private void InternalSetInterrupt(InterruptType interrupt, bool value) in InternalSetInterrupt()
|
| D | PowerPc.cs | 157 private void InternalSetInterrupt(InterruptType interrupt, bool value) in InternalSetInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | TimeHandle.cs | 883 private bool interrupt; field in Antmicro.Renode.Time.TimeHandle
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | AmbiqApollo4_ADC.cs | 346 private void SetInterruptStatus(Interrupts interrupt, bool value) in SetInterruptStatus()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32WBA_GPDMA.cs | 129 public Channel(STM32WBA55_GPDMA parent, IGPIO interrupt, int number) in Channel() 510 private readonly IGPIO interrupt; field in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | MC3635.cs | 195 private void RaiseInterrupt(ref IFlagRegisterField interrupt) in RaiseInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ARM_GenericInterruptController.cs | 742 …try requestingCPU, SoftwareGeneratedInterruptRequest request, SoftwareGeneratedInterrupt interrupt, in ShouldAssertSGIAffinityRouting() 785 …try requestingCPU, SoftwareGeneratedInterruptRequest request, SoftwareGeneratedInterrupt interrupt) in ShouldAssertSGILegacyRouting() 2501 private void DeactivateInterrupt(Interrupt interrupt, bool isVirtualized) in DeactivateInterrupt() 2530 …private bool IsSoftwareGeneratedInterruptAccessValid(Interrupt interrupt, CPUEntry accessingCPU, s… in IsSoftwareGeneratedInterruptAccessValid() 2787 public void Push(GroupType type, Interrupt interrupt) in Push()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | AmbiqApollo4_IOMaster.cs | 582 private void InterruptStatusSet(IoMasterInterrupts interrupt, bool value = true) in InterruptStatusSet()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 9255 public IFlagRegisterField interrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel
|