Home
last modified time | relevance | path

Searched refs:InterruptManager (Results 1 – 18 of 18) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_EGU.cs20 interruptManager = new InterruptManager<Events>(this, IRQ, "EGU_IRQ"); in NRF52840_EGU()
76 private readonly InterruptManager<Events> interruptManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DMPFS_USB.cs52 usbInterruptsManager = new InterruptManager<UsbInterrupt>(this, gate.GetGPIO(), "main"); in MPFS_USB()
53 txInterruptsManager = new InterruptManager<TxInterrupt>(this, gate.GetGPIO(), "main"); in MPFS_USB()
54 rxInterruptsManager = new InterruptManager<RxInterrupt>(this, gate.GetGPIO(), "main"); in MPFS_USB()
146 …private bool ReadAndClearInterrupt<T>(InterruptManager<T> irqManager, T irq) where T : struct, ICo…
636 private readonly InterruptManager<UsbInterrupt> usbInterruptsManager;
637 private readonly InterruptManager<TxInterrupt> txInterruptsManager;
638 private readonly InterruptManager<RxInterrupt> rxInterruptsManager;
DNRF_USBD.cs32 interruptManager = new InterruptManager<Events>(this, IRQ, "UsbIrq"); in NRF_USBD()
488 private readonly InterruptManager<Events> interruptManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32xG2_BURTC.cs24 interruptManager = new InterruptManager<Interrupt>(this); in EFR32xG2_BURTC()
129 private readonly InterruptManager<Interrupt> interruptManager;
DEFR32_Timer.cs22 interruptManager = new InterruptManager<Interrupt>(this); in EFR32_Timer()
142 private InterruptManager<Interrupt> interruptManager;
DEFR32xG2_RTCC.cs22 interruptManager = new InterruptManager<Interrupt>(this); in EFR32xG2_RTCC()
220 private readonly InterruptManager<Interrupt> interruptManager;
DEFR32xG24_SYSRTC.cs19 interruptManager = new InterruptManager<Interrupt>(this, AppIRQ); in EFR32xG24_SYSRTC()
205 private readonly InterruptManager<Interrupt> interruptManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DEFR32xg13FlashController.cs29 interruptsManager = new InterruptManager<Interrupt>(this); in EFR32xg13FlashController()
250 private readonly InterruptManager<Interrupt> interruptsManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasDA_DMABase.cs22 interruptsManager = new InterruptManager<Interrupt>(this, IRQ); in RenesasDA_DMABase()
96 protected readonly InterruptManager<Interrupt> interruptsManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32_GenericI2CController.cs26 interruptsManager = new InterruptManager<Interrupt>(this); in EFR32_GenericI2CController()
388 private readonly InterruptManager<Interrupt> interruptsManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs19 public class InterruptManager<TInterrupt> where TInterrupt : struct, IConvertible
21 …public InterruptManager(IPeripheral master, IGPIO irq = null, string gpioName = null, int subvecto… in InterruptManager() method in Antmicro.Renode.Utilities.TInterrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNRF52840_UART.cs24 interruptManager = new InterruptManager<Interrupts>(this); in NRF52840_UART()
393 private readonly InterruptManager<Interrupts> interruptManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSAM_SPI.cs24 irqManager = new InterruptManager<Interrupts>(this, IRQ, nameof(IRQ)); in SAM_SPI()
398 private readonly InterruptManager<Interrupts> irqManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/SiLabs/
DEFR32_GenericUSART.cs38 interruptsManager = new InterruptManager<Interrupt>(this); in EFR32_GenericUSART()
518 private readonly InterruptManager<Interrupt> interruptsManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs35 interruptManager = new InterruptManager<Interrupts>(this); in K6xF_Ethernet()
468 private readonly InterruptManager<Interrupts> interruptManager;
DCadenceGEM.cs41 interruptManager = new InterruptManager<Interrupts>(this); in CadenceGEM()
697 private readonly InterruptManager<Interrupts> interruptManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs29 irqManager = new InterruptManager<Interrupts>(this); in MPFS_SDController()
553 private readonly InterruptManager<Interrupts> irqManager;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DNRF52840_Radio.cs26 interruptManager = new InterruptManager<Events>(this, IRQ, "RadioIrq"); in NRF52840_Radio()
542 private InterruptManager<Events> interruptManager;