Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs143 .WithValueField(0, 6, out fifoInterruptReadThreshold, name: "FIFORTHR") in DefineRegisters()
769 || incomingFifo.BytesCount > fifoInterruptReadThreshold.Value in UpdateFifoThresholdInterruptStatus()
871 private IValueRegisterField fifoInterruptReadThreshold; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster