Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_PacketFIFO.cs93 ….WithFlag(0x3, flagField: out packetFifos[idx].PopThresholdMask, writeCallback: UpdateIRQWrapper, … in DefineRegisters()
103 ….WithFlag(0x3, flagField: out packetFifos[3].PopThresholdMask, writeCallback: UpdateIRQWrapper, na… in DefineRegisters()
153 || queue.PopThresholdMask.Value && queue.PopThreshold.Value) in UpdateIRQ()
195 public IFlagRegisterField PopThresholdMask; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO.PacketFifoBase