Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_QuadSPI.cs250 .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