Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSTM32H7_QuadSPI.cs145 .WithEnumField(23, 1, out pollingMatchMode, name: "Polling match mode") in DefineRegisters()
485 switch(pollingMatchMode.Value) in DoesPolledDataMatch()
642 private IEnumRegisterField<PollingMatchMode> pollingMatchMode; field in Antmicro.Renode.Peripherals.SPI.STM32H7_QuadSPI