Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DDesignWare_SPI.cs165 .WithFlag(5, out multiMasterContentionMask, name: "MSTIM") in DesignWare_SPI()
176 …ead, valueProviderCallback: _ => multiMasterContention.Value && multiMasterContentionMask.Value, n… in DesignWare_SPI()
326 value |= multiMasterContention.Value && multiMasterContentionMask.Value; in UpdateInterrupt()
495 private IFlagRegisterField multiMasterContentionMask; field in Antmicro.Renode.Peripherals.SPI.DesignWare_SPI