Searched refs:pollingReferenceMatch (Results 1 – 1 of 1) sorted by relevance
250 .WithValueField(0, 32, out pollingReferenceMatch, name: "Polling status match"); in DefineRegisters()490 return ((polledUInt ^ pollingReferenceMatch.Value) & pollingMask.Value) == 0; in DoesPolledDataMatch()493 … return ((polledUInt ^ pollingReferenceMatch.Value) & pollingMask.Value) != pollingMask.Value; in DoesPolledDataMatch()517 responseUInt, pollingReferenceMatch.Value, pollingMask.Value, nextEvent); in HandlePollingData()631 private IValueRegisterField pollingReferenceMatch; field in Antmicro.Renode.Peripherals.SPI.STM32H7_QuadSPI