Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs145 .WithValueField(8, 6, out fifoInterruptWriteThreshold, name: "FIFOWTHR") in DefineRegisters()
768 outgoingFifo.BytesCount < fifoInterruptWriteThreshold.Value in UpdateFifoThresholdInterruptStatus()
872 private IValueRegisterField fifoInterruptWriteThreshold; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster