Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_SPI.cs70 public GPIO TxFifoFillLevelThresholdIRQ { get; } = new GPIO(); property in Antmicro.Renode.Peripherals.SPI.Cadence_SPI
230 TxFifoFillLevelThresholdIRQ.Set(txFifoNotFull.InterruptStatus); in UpdateInterrupts()