Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAMD21_RTC.cs216 private struct Time struct in Antmicro.Renode.Peripherals.Timers.SAMD21_RTC
218 public uint seconds;
219 public uint minutes;
220 public uint hours;
221 public uint day;
222 public uint month;
223 public uint year;
DLiteX_CPUTimer.cs95 Time = 0x4, enumerator
DNEORV32_MachineSystemTimer.cs90 Time = 0x00, enumerator
DMPFS_Watchdog.cs223 Time = 0xC, enumerator
DEFR32_RTCC.cs321 Time = 0x10, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesPacket.cs127 public double Time; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs84 public DateTime Time { get; private set; } property in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/
DXLibHelper.cs326 public long Time property in Antmicro.Renode.Backends.Display.XInput.XLibHelper.XEvent