Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRZG_GPT.cs298 valueProviderCallback: _ => channel.Overflow, in BuildChannelRegisterMap()
299 writeCallback: (_, __) => channel.Overflow = false in BuildChannelRegisterMap()
428 Overflow = false; in Reset()
496 Overflow = true;
502 Overflow = false;
510 public bool Overflow { get; set; } property in Antmicro.Renode.Peripherals.Timers.RenesasRZG_GPT.GPTChannel
519 Overflow = true; in OnMainTimerLimitReached()
DRenesasRA_GPT.cs355 valueProviderCallback: _ => channel.Overflow, in BuildChannelRegisterMap()
356 writeCallback: (_, __) => channel.Overflow = false in BuildChannelRegisterMap()
475 Overflow = false; in Reset()
545 Overflow = true;
551 Overflow = false;
559 public bool Overflow { get; set; } property in Antmicro.Renode.Peripherals.Timers.RenesasRA_GPT.GPTChannel
568 Overflow = true; in OnMainTimerLimitReached()
DEFR32_Timer.cs124 interruptManager.SetInterrupt(Interrupt.Overflow); in LimitReached()
160 Overflow, enumerator
DEFR32xG2_RTCC.cs27 interruptManager.SetInterrupt(Interrupt.Overflow); in EFR32xG2_RTCC()
229 Overflow, enumerator
DEFR32xG24_SYSRTC.cs22 limitTimer.LimitReached += () => interruptManager.SetInterrupt(Interrupt.Overflow); in EFR32xG24_SYSRTC()
220 Overflow, enumerator
DEFR32xG2_BURTC.cs134 Overflow, enumerator
DCadence_TTC.cs237 Mode = CounterMode.Overflow; in Reset()
539 Overflow = 0x0, enumerator
DNRF52840_RTC.cs285 Overflow = 0x104, enumerator
DSAM_TC.cs136 …ithFlag(0, FieldMode.ReadToClear, valueProviderCallback: _ => channels[id].Overflow, name: "COVFS") in DefineRegisters()
444 public bool Overflow => Misc.ReturnThenClear(ref overflow); field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_PacketFIFO.cs71 ….WithFlag(i + 0x2, out packetFifos[i / 8].Overflow, FieldMode.WriteOneToClear | FieldMode.Read, wr… in DefineRegisters()
150 if(queue.PushOverMask.Value && queue.Overflow.Value in UpdateIRQ()
198 public IFlagRegisterField Overflow; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO.PacketFifoBase
229 Overflow.Value = true; in EnqueueCallback()
234 Overflow.Value = false; in EnqueueCallback()
335 Overflow.Value = true; in EnqueueCallback()
340 Overflow.Value = false; in EnqueueCallback()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs596 …p = !(statusRegister.HasFlag(StatusFlags.Negative) ^ statusRegister.HasFlag(StatusFlags.Overflow)); in EvaluateOpcodeJump()
602 …Jump = statusRegister.HasFlag(StatusFlags.Negative) ^ statusRegister.HasFlag(StatusFlags.Overflow); in EvaluateOpcodeJump()
1188 … SetStatusFlag(StatusFlags.Overflow, (operand1 & GetAccessWidthMask(accessWidth)) > 0); in TryEvaluateDoubleOperand()
1224 SetStatusFlag(StatusFlags.Overflow, false); in TryEvaluateDoubleOperand()
1357 …SetStatusFlag(StatusFlags.Overflow, ((operand1 ^ operand2) & mask) == 0 && ((operand1 ^ result) & … in CheckForOverflow()
1571 Overflow = (1 << 8) enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs180 case SRAMCircularFifoRange.FifoStatus.Overflow: in HandleFifoStatusesAndUpdateInterrupts()
861 status = FifoStatus.Overflow; in UpdateStatus()
887 Overflow, enumerator