Home
last modified time | relevance | path

Searched defs:clockSource (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; field in Antmicro.Renode.Peripherals.Timers.ComparingTimer
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; field in Antmicro.Renode.Peripherals.Timers.LimitTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DTegraTimer.cs101 private readonly IClockSource clockSource; field in Antmicro.Renode.Peripherals.Timers.TegraTimer
DS32K3XX_RealTimeClock.cs194 private IEnumRegisterField<ClockSource> clockSource; field in Antmicro.Renode.Peripherals.Timers.S32K3XX_RealTimeClock
206 public InternalClock(IClockSource clockSource, IPeripheral parent, long frequency) in InternalClock()
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()
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()
DSAM_TC.cs345 …public Channel(IClockSource clockSource, long masterClockFrequency, IPeripheral owner, int channel) in Channel()
DAmbiqApollo4_Timer.cs355 public InternalTimer(IPeripheral parent, IClockSource clockSource, int index) in InternalTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_GenericTimer.cs371 private readonly IClockSource clockSource; field in Antmicro.Renode.Peripherals.Timers.ARM_GenericTimer
443 …public TimerUnit(IClockSource clockSource, IPeripheral parent, string name, GPIO irq, long frequen… in TimerUnit()
548 private readonly IClockSource clockSource; field in Antmicro.Renode.Peripherals.Timers.ARM_GenericTimer.TimerUnit
DARM_GlobalTimer.cs287 …public PrivateComparator(IClockSource clockSource, LimitTimer coreTimer, IPeripheral owner, string… in PrivateComparator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DK6xF_MCG.cs109 private readonly IEnumRegisterField<ClockSourceValues> clockSource; field in Antmicro.Renode.Peripherals.Miscellaneous.K6xF_MCG
DOpenTitan_SystemResetControl.cs424 … public DurationTimer(IClockSource clockSource, long frequency, IPeripheral owner, string name) in DurationTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRZG_SCIFA.cs392 private IValueRegisterField clockSource; field in Antmicro.Renode.Peripherals.SCI.RenesasRZG_SCIFA
DRenesasRA6M5_SCI.cs1012 private IValueRegisterField clockSource; field in Antmicro.Renode.Peripherals.SCI.RenesasRA6M5_SCI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DCadence_UART.cs496 private IFlagRegisterField clockSource; field in Antmicro.Renode.Peripherals.UART.Cadence_UART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs708 private BaseClockSource clockSource; field in Antmicro.Renode.Core.Machine