Home
last modified time | relevance | path

Searched refs:workMode (Results 1 – 25 of 62) sorted by relevance

123

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DClockEntry.cs17 …ool enabled = true, Direction direction = Direction.Ascending, WorkMode workMode = WorkMode.Period… in ClockEntry()
26 this.WorkMode = workMode; in ClockEntry()
34 … ulong? value = null, Direction? direction = null, WorkMode? workMode = null, long? step = null) in With()
44 workMode ?? WorkMode, in With()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DLimitTimer.cs19 …ection direction = Direction.Descending, bool enabled = false, WorkMode workMode = WorkMode.Period… in LimitTimer() argument
41 initialWorkMode = workMode; in LimitTimer()
50 …ection direction = Direction.Descending, bool enabled = false, WorkMode workMode = WorkMode.Period… in LimitTimer() argument
51 …: this(clockSource, frequency, null, null, limit, direction, enabled, workMode, eventEnabled, auto… in LimitTimer()
127 … clockSource.ExchangeClockEntryWith(OnLimitReached, oldEntry => oldEntry.With(workMode: value));
DComparingTimer.cs19 …rection direction = Direction.Ascending, bool enabled = false, WorkMode workMode = WorkMode.OneSho… in ComparingTimer() argument
45 initialWorkMode = workMode; in ComparingTimer()
54 …rection direction = Direction.Ascending, bool enabled = false, WorkMode workMode = WorkMode.OneSho… in ComparingTimer() argument
55 …: this(clockSource, frequency, null, null, limit, direction, enabled, workMode, eventEnabled, comp… in ComparingTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DOpenTitan_AonTimer.cs29 … new ComparingTimer(machine.ClockSource, frequency, this, "wkup_timer", workMode: Time.WorkMode.Pe… in OpenTitan_AonTimer()
32 …ingTimer(machine.ClockSource, frequency, this, "wdog_bark_inner_timer", workMode: Time.WorkMode.Pe… in OpenTitan_AonTimer()
34 …ingTimer(machine.ClockSource, frequency, this, "wdog_bite_inner_timer", workMode: Time.WorkMode.Pe… in OpenTitan_AonTimer()
DEFR32xG24_SYSRTC.cs25 … limit: uint.MaxValue, compare: uint.MaxValue, workMode: WorkMode.Periodic, eventEnabled: true); in EFR32xG24_SYSRTC()
29 … limit: uint.MaxValue, compare: uint.MaxValue, workMode: WorkMode.Periodic, eventEnabled: true); in EFR32xG24_SYSRTC()
33 … limit: uint.MaxValue, compare: uint.MaxValue, workMode: WorkMode.Periodic, eventEnabled: true); in EFR32xG24_SYSRTC()
DTegraTimer.cs65 workMode: (0x40000000 & value) != 0 ? WorkMode.Periodic : WorkMode.OneShot, in WriteDoubleWord()
DNEORV32_MachineSystemTimer.cs20 …, frequency, this, nameof(mTimer), direction: Time.Direction.Ascending, workMode: Time.WorkMode.Pe… in NEORV32_MachineSystemTimer()
DNXP_OsTimer.cs20 …omparingTimer(machine.ClockSource, frequency, this, nameof(innerTimer), workMode: WorkMode.Periodi… in NXP_OsTimer()
DAmbiqApollo4_Watchdog.cs19 …t", enabled: false, eventEnabled: true, direction: Direction.Ascending, workMode: WorkMode.OneShot… in AmbiqApollo4_Watchdog()
DIMXRT_PWM.cs27 …is, "halfCycleTimer", compare: ushort.MaxValue, limit: ushort.MaxValue, workMode: WorkMode.Periodi… in IMXRT_PWM()
28 …is, "fullCycleTimer", compare: ushort.MaxValue, limit: ushort.MaxValue, workMode: WorkMode.Periodi… in IMXRT_PWM()
DSTM32_IndependentWatchdog.cs23 …machine.ClockSource, frequency, this, "STM32_IWDG", DefaultReloadValue, workMode: WorkMode.OneShot… in STM32_IndependentWatchdog()
DS32K_LPTMR.cs22 … enabled: false, eventEnabled: true, workMode: WorkMode.Periodic, compare: 0xFFFF, divider: 2); in S32K_LPTMR()
DMSP430_Timer.cs41 …achine.ClockSource, baseFrequency, this, "clk", limit: ushort.MaxValue, workMode: WorkMode.OneShot… in MSP430_Timer()
45 …kSource, baseFrequency, this, $"compare {idx}", limit: ushort.MaxValue, workMode: WorkMode.OneShot… in MSP430_Timer()
DRenesasRZG_SYC.cs19 …ency, this, "Timestamp generator", ulong.MaxValue, Direction.Ascending, workMode: WorkMode.Periodi… in RenesasRZG_SYC()
DRenesasRZG_Watchdog.cs26 … DefaultCycle, TimeDirection.Ascending, workMode: WorkMode.Periodic, eventEnabled: true in RenesasRZG_Watchdog()
DEFR32xG2_TIMER_1.cs38 … enabled: false, workMode: WorkMode.OneShot, eventEnabled: true, autoUpdate: true); in EFR32xG2_TIMER_1_Constructor()
DMSP430F2XXX_Watchdog.cs22 …itTimer(machine.ClockSource, baseFrequency, this, "wdt", limit: 0xFFFF, workMode: WorkMode.Periodi… in MSP430F2XXX_Watchdog()
DNPCX_ITIM.cs25 …kSource, apb2Frequency, this, "timer", direction: Direction.Descending, workMode: WorkMode.Periodi… in NPCX_ITIM()
DRenesasRZG_GTM.cs21 …ckSource, frequency, this, "timer", FreeRunLimit, Direction.Descending, workMode: WorkMode.Periodi… in RenesasRZG_GTM()
DSAM4S_WDT.cs21 …ckFrequency, enabled: false, divider: 128, limit: MaximumWatchdogValue, workMode: WorkMode.Periodi… in SAM4S_WDT()
DSAMD21_Timer.cs27 …chine.ClockSource, baseFrequency, this, "capture0", eventEnabled: true, workMode: WorkMode.OneShot… in SAMD21_Timer()
28 …chine.ClockSource, baseFrequency, this, "capture1", eventEnabled: true, workMode: WorkMode.OneShot… in SAMD21_Timer()
DS32K3XX_SystemTimerModule.cs29 …w LimitTimer(machine.ClockSource, clockFrequency, this, $"channel#{j}", workMode: WorkMode.OneShot… in S32K3XX_SystemTimerModule()
DOpenTitan_Timer.cs24 …mer = new ComparingTimer(machine.ClockSource, frequency, this, "timer", workMode: Time.WorkMode.Pe… in OpenTitan_Timer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DHiFive_PWM.cs37 …machine.ClockSource, frequency, this, nameof(rawTimer), TimerLimit + 1, workMode: WorkMode.Periodi… in HiFive_PWM()
44 …hine.ClockSource, frequency, this, (i + 1).ToString(), CompareMask + 1, workMode: WorkMode.Periodi… in HiFive_PWM()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_PrivateTimer.cs29 …limit: uint.MaxValue, direction: Direction.Descending, workMode: WorkMode.OneShot, autoUpdate: tru… in ARM_PrivateTimer()

123