Home
last modified time | relevance | path

Searched defs:interrupts (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DGaisler_GPIO.cs190 private readonly IGPIO[] interrupts; field in Antmicro.Renode.Peripherals.GPIOPort.Gaisler_GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DAINTC.cs278 private InterruptStatus[] interrupts; field in Antmicro.Renode.Peripherals.IRQControllers.AINTC
DGaislerMIC.cs560 private Dictionary<int, int>[] interrupts = new Dictionary<int, int>[maxNumberOfProcessors]; field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
DPL190_VIC.cs276 private readonly Interrupt[] interrupts; field in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DLAPIC.cs378 private IRQState[] interrupts = new IRQState[availableVectors]; field in Antmicro.Renode.Peripherals.IRQControllers.LAPIC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_PlatformManagementUnit.cs117 …vate void ClearInterruptsOnChannel(ZynqMP_IPI.ChannelId channelId, ZynqMP_IPI.ChannelId interrupts) in ClearInterruptsOnChannel()