Searched refs:initialValue (Results 1 – 3 of 3) sorted by relevance
27 public ArrayMemory(ulong size, byte initialValue = 0x00) in ArrayMemory() argument34 if(initialValue != 0x00) in ArrayMemory()36 Fill(initialValue); in ArrayMemory()
357 public Watchdog(NPCX_TWD parent, ulong initialValue, Action alarmHandler) in Watchdog() argument360 this.initialValue = initialValue; in Watchdog()412 Value = initialValue; in RestoreClock()417 private readonly ulong initialValue; field in Antmicro.Renode.Peripherals.Timers.NPCX_TWD.Watchdog
61 .WithValueField(0, 32, out initialValue, in STM32_CRC()204 init: (uint)initialValue.Value, in ReloadCRCConfig()233 private IValueRegisterField initialValue; field in Antmicro.Renode.Peripherals.CRC.STM32_CRC