Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 15 of 15) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService.cs223 private void IncrementPacketCounter(IValueRegisterField counter, IFlagRegisterField status) in IncrementPacketCounter()
229 …private void IncrementByteCounter(IValueRegisterField counter, IFlagRegisterField status, uint inc… in IncrementByteCounter()
254 private bool EqualsHalfOrMaximumCounterValue(IValueRegisterField counter) in EqualsHalfOrMaximumCounterValue()
259 … private bool WouldExceedHalfOrMaximumCounterValue(IValueRegisterField counter, uint increment) in WouldExceedHalfOrMaximumCounterValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTimeSourceTests.cs985 public void Method(int counter) in Method()
990 public void MethodTwoArgs(int counter, int dummyArg) in MethodTwoArgs()
1003 private void MethodInner(int counter) in MethodInner()
1008 private void MethodTwoArgsInner(int counter, int dummyArg) in MethodTwoArgsInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmPerformanceMonitoringUnit.cs75 public void OnOverflowAction(int counter) in OnOverflowAction()
123 public uint GetCounterValue(uint counter) in GetCounterValue()
141 public void SetCounterValue(uint counter, uint value) in SetCounterValue()
156 …public void SetCounterEvent(uint counter, uint @event, bool ignoreCountAtPL0 = false, bool ignoreC… in SetCounterEvent()
176 public uint GetCounterEvent(uint counter) in GetCounterEvent()
433 private void ValidateCounter(uint counter) in ValidateCounter()
DArm.cs398 private void ReportPMUOverflow(int counter) in ReportPMUOverflow()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DActivelyAskedPeripheral.cs42 private long counter; field in Antmicro.Renode.UnitTests.Mocks.ActivelyAskedPeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DSimpleTicker.cs44 private int counter; field in Antmicro.Renode.Peripherals.Timers.SimpleTicker
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DSynchronizer.cs98 private int counter; field in Antmicro.Renode.Peripherals.CPU.Synchronizer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
Dtrace_packet.proto20 optional CounterDescriptor counter = 8; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DKS8851.cs254 private int counter; field in Antmicro.Renode.Peripherals.Network.KS8851
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPeripheralPythonEngine.cs133 public ulong counter { get; set; } property in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine.PythonRequest
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs340 private int counter; field in Antmicro.Renode.Utilities.GDB.GdbStub.CommunicationHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs908 uint counter = 0; field in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761
DEHCIHostController.cs517 private void ProcessList(bool async = true, uint counter = 0) in ProcessList()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1413 public static bool AllocateFile(string path, out int counter) in AllocateFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs9209 public IValueRegisterField counter; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter