Home
last modified time | relevance | path

Searched defs:initialValue (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DNPCX_TWD.cs357 public Watchdog(NPCX_TWD parent, ulong initialValue, Action alarmHandler) in Watchdog()
417 private readonly ulong initialValue; field in Antmicro.Renode.Peripherals.Timers.NPCX_TWD.Watchdog
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs27 public ArrayMemory(ulong size, byte initialValue = 0x00) in ArrayMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSTM32_CRC.cs233 private IValueRegisterField initialValue; field in Antmicro.Renode.Peripherals.CRC.STM32_CRC