Searched refs:dataMatcher (Results 1 – 1 of 1) sorted by relevance
29 dataMatcher = new DataMatcher(); in IMXRT_LPSPI()46 dataMatcher.Reset(); in Reset()365 dataMatcher.Configure((MatchMode)matchConfig.Value); in TrySendDataInner()366 dataMatcher.Match0 = (uint)match0.Value; in TrySendDataInner()367 dataMatcher.Match1 = (uint)match1.Value; in TrySendDataInner()387 …if(!receiveDataMask.Value && dataMatcher.MatchAndPush(receiveFifo, receivedWord, byteIdx * 8, rxDa… in TrySendDataInner()580 private readonly DataMatcher dataMatcher; field in Antmicro.Renode.Peripherals.SPI.IMXRT_LPSPI