Searched refs:compareBuffer (Results 1 – 1 of 1) sorted by relevance
609 Array.Clear(compareBuffer, 0, compareBuffer.Length); in Reset()686 compareBuffer[1] = Match1; in MatchAndPush()688 compareBuffer[0] = Match0 | (match1Mode == Match1Mode.None ? Match1 : 0); in MatchAndPush()690 compareBuffer[wordCount - 1] &= lastWordCmpMask; in MatchAndPush()696 … if((compareBuffer[0] != matchBuffer[0]) || (wordCount == 2 && compareBuffer[1] != matchBuffer[1])) in MatchAndPush()739 private readonly uint[] compareBuffer = new uint[2]; field in Antmicro.Renode.Peripherals.SPI.IMXRT_LPSPI.DataMatcher