Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_LPSPI.cs220 … .WithFlag(13, out dataMatchInterruptEnable, name: "DMIE - Data Match Interrupt Enable") in DefineRegisters()
430 flag |= dataMatch.Value | dataMatchInterruptEnable.Value; in UpdateInterrupts()
562 private IFlagRegisterField dataMatchInterruptEnable; field in Antmicro.Renode.Peripherals.SPI.IMXRT_LPSPI