Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCC2538_SSI.cs70 .WithFlag(3, out txFifoInterruptMask, name: "TXIM") in CC2538_SSI()
85 …eldMode.Read, valueProviderCallback: _ => txFifoInterrupt.Value && txFifoInterruptMask.Value, name… in CC2538_SSI()
177 IRQ.Set((txFifoInterrupt.Value && txFifoInterruptMask.Value) in Update()
190 private IFlagRegisterField txFifoInterruptMask; field in Antmicro.Renode.Peripherals.SPI.CC2538_SSI