Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 18 of 18) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs247 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/
DTegraI2CController.cs246 private void ClearInterrupt(params Interrupts[] interrupt) in ClearInterrupt()
256 private void SetInterrupt(params Interrupts[] interrupt) in SetInterrupt()
DEFM32GGI2CController.cs559 private bool CheckInterrupt(Interrupts interrupt) in CheckInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketBuilder.cs81 … public Result(Packet packet = null, bool corruptedPacket = false, bool interrupt = false) in Result()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs161 private readonly IValueRegisterField interrupt; field in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DAppUart.cs126 private uint interrupt; field in Antmicro.Renode.Peripherals.UART.AppUart
DESP32_UART.cs146 private void ClearInterrupt(int interrupt) in ClearInterrupt()
DPL011.cs133 private void ClearInterrupt(int interrupt) in ClearInterrupt()
DNRF52840_UART.cs297 private DoubleWordRegister GetEventRegister(Interrupts interrupt, string name) in GetEventRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc64.cs149 private void InternalSetInterrupt(InterruptType interrupt, bool value) in InternalSetInterrupt()
DPowerPc.cs157 private void InternalSetInterrupt(InterruptType interrupt, bool value) in InternalSetInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs883 private bool interrupt; field in Antmicro.Renode.Time.TimeHandle
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DAmbiqApollo4_ADC.cs346 private void SetInterruptStatus(Interrupts interrupt, bool value) in SetInterruptStatus()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32WBA_GPDMA.cs129 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/
DMC3635.cs195 private void RaiseInterrupt(ref IFlagRegisterField interrupt) in RaiseInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs742 …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/
DAmbiqApollo4_IOMaster.cs582 private void InterruptStatusSet(IoMasterInterrupts interrupt, bool value = true) in InterruptStatusSet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs9255 public IFlagRegisterField interrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel