Searched refs:txInterruptsManager (Results 1 – 1 of 1) sorted by relevance
53 txInterruptsManager = new InterruptManager<TxInterrupt>(this, gate.GetGPIO(), "main"); in MPFS_USB()166 ….Bind(this, txInterruptsManager.GetRegister<WordRegister>((irq, _) => ReadAndClearInterrupt(txInte… in DefineCommonRegisters()174 … .Bind(this, txInterruptsManager.GetInterruptEnableRegister<WordRegister>(), name: "TX_IRQ_EN_REG") in DefineCommonRegisters()386 txInterruptsManager.SetInterrupt(TxInterrupt.Endpoint0); in DefineNonIndexedEndpointControlAndStatusRegisters()394 txInterruptsManager.SetInterrupt(TxInterrupt.Endpoint0); in DefineNonIndexedEndpointControlAndStatusRegisters()404 txInterruptsManager.SetInterrupt(TxInterrupt.Endpoint0); in DefineNonIndexedEndpointControlAndStatusRegisters()511 txInterruptsManager.SetInterrupt((TxInterrupt)endpointId); in DefineNonIndexedEndpointControlAndStatusRegisters()549 txInterruptsManager.Reset(); in ResetInterrupts()637 private readonly InterruptManager<TxInterrupt> txInterruptsManager; field in Antmicro.Renode.Peripherals.USB.MPFS_USB