Home
last modified time | relevance | path

Searched refs:initValue (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DIMXRT_PWM.cs74 .WithValueField(0, 16, out initValue, name: "INIT - Initial Count Register Bits"); in DefineRegisters()
169 var initSignedValue = (short)initValue.Value; in ReloadTimer()
177 timer.Value = initValue.Value; in ReloadTimer()
206 private IValueRegisterField initValue; field in Antmicro.Renode.Peripherals.Timers.IMXRT_PWM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DCadence_TTCTests.cs72 …ShouldOverflowInOneSecond(uint counterControl, uint interruptMask, uint initValue, uint overflowVa… in ShouldOverflowInOneSecond() argument
81 timer.SetCounterValue(0, initValue); in ShouldOverflowInOneSecond()