Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DComparingTimer.cs19 …public ComparingTimer(IClockSource clockSource, long frequency, IPeripheral owner, string localNam… in ComparingTimer()
54 …protected ComparingTimer(IClockSource clockSource, long frequency, ulong limit = ulong.MaxValue, D… in ComparingTimer()
270 private readonly IClockSource clockSource;
DLimitTimer.cs19 …public LimitTimer(IClockSource clockSource, long frequency, IPeripheral owner, string localName, u… in LimitTimer()
50 …protected LimitTimer(IClockSource clockSource, long frequency, ulong limit = ulong.MaxValue, Direc… in LimitTimer()
338 private readonly IClockSource clockSource;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DIClockSource.cs13 public interface IClockSource interface
DBaseClockSource.cs17 public class BaseClockSource : IClockSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DTegraTimer.cs101 private readonly IClockSource clockSource;
DCadence_TTC.cs221 … public TimerUnit(IClockSource clockSource, IPeripheral parent, long frequency, string localName) in TimerUnit()
418 …public MatchTimerUnit(IClockSource clockSource, IPeripheral parent, TimerUnit owner, long frequenc… in MatchTimerUnit()
DS32K3XX_PeriodicInterruptTimer.cs175 … public ClockChannel(IClockSource clockSource, IPeripheral parent, long frequency, string name) in ClockChannel()
DS32K3XX_RealTimeClock.cs206 public InternalClock(IClockSource clockSource, IPeripheral parent, long frequency) in InternalClock()
DGaisler_GPTimer.cs202 … public TimerUnit(IClockSource clockSource, long frequency, Gaisler_GPTimer parent, int index) in TimerUnit()
DS32K_LPIT.cs229 …public LPITTimer(IClockSource clockSource, long frequency, S32K_LPIT owner, string name) : base(cl… in LPITTimer()
DAmbiqApollo4_Timer.cs355 public InternalTimer(IPeripheral parent, IClockSource clockSource, int index) in InternalTimer()
DSAM_TC.cs345 …public Channel(IClockSource clockSource, long masterClockFrequency, IPeripheral owner, int channel) in Channel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_GenericTimer.cs371 private readonly IClockSource clockSource;
443 …public TimerUnit(IClockSource clockSource, IPeripheral parent, string name, GPIO irq, long frequen… in TimerUnit()
548 private readonly IClockSource clockSource;
DARM_GlobalTimer.cs287 …public PrivateComparator(IClockSource clockSource, LimitTimer coreTimer, IPeripheral owner, string… in PrivateComparator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs86 IClockSource ClockSource { get; }
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs100 typeof(IClockSource),
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_SystemResetControl.cs424 … public DurationTimer(IClockSource clockSource, long frequency, IPeripheral owner, string name) in DurationTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs709 public IClockSource ClockSource { get { return clockSource; } }