Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMC3635.cs184 var sniff = sniffInterrupt.Value && sniffInterruptEnable.Value; in UpdateInterrupts()
192 || fifoFullInterrupt.Value || fifoThresholdInterrupt.Value || sniffInterrupt.Value; in IsInterruptPending()
208 sniffInterrupt.Value = false; in ClearInterrupts()
393 .WithFlag(7, out sniffInterrupt, FieldMode.Read, name: "INT_SWAKE") in DefineRegisters()
630 private IFlagRegisterField sniffInterrupt; field in Antmicro.Renode.Peripherals.Sensors.MC3635