Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DMPFS_USB.cs53 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