Searched refs:rxInterruptsManager (Results 1 – 1 of 1) sorted by relevance
54 rxInterruptsManager = new InterruptManager<RxInterrupt>(this, gate.GetGPIO(), "main"); in MPFS_USB()170 ….Bind(this, rxInterruptsManager.GetRegister<WordRegister>((irq, _) => ReadAndClearInterrupt(rxInte… in DefineCommonRegisters()178 … .Bind(this, rxInterruptsManager.GetInterruptEnableRegister<WordRegister>(), name: "RX_IRQ_EN_REG") in DefineCommonRegisters()448 rxInterruptsManager.SetInterrupt((RxInterrupt)endpointId); in DefineNonIndexedEndpointControlAndStatusRegisters()550 rxInterruptsManager.Reset(); in ResetInterrupts()638 private readonly InterruptManager<RxInterrupt> rxInterruptsManager; field in Antmicro.Renode.Peripherals.USB.MPFS_USB