Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMC3635.cs183 var fifoThreshold = fifoThresholdInterrupt.Value && fifoThresholdInterruptEnable.Value; in UpdateInterrupts()
192 || fifoFullInterrupt.Value || fifoThresholdInterrupt.Value || sniffInterrupt.Value; in IsInterruptPending()
207 fifoThresholdInterrupt.Value = false; in ClearInterrupts()
392 .WithFlag(6, out fifoThresholdInterrupt, FieldMode.Read, name: "INT_FIFO_THRESH") in DefineRegisters()
629 private IFlagRegisterField fifoThresholdInterrupt; field in Antmicro.Renode.Peripherals.Sensors.MC3635