Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMAX32650_SPI.cs120 interruptTxLevelPending.Value = txQueue.Count >= (int)txFIFOThreshold.Value; in UpdateInterrupts()
412 .WithValueField(0, 5, out txFIFOThreshold, name: "DMA.tx_fifo_level") in BuildRegisterMap()
480 private IValueRegisterField txFIFOThreshold; field in Antmicro.Renode.Peripherals.SPI.MAX32650_SPI