Home
last modified time | relevance | path

Searched defs:second (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogLevel.cs64 public static bool operator <(LogLevel first, LogLevel second) in operator <()
69 public static bool operator <=(LogLevel first, LogLevel second) in operator <=()
74 public static bool operator >(LogLevel first, LogLevel second) in operator >()
79 public static bool operator >=(LogLevel first, LogLevel second) in operator >=()
84 public static bool operator ==(LogLevel first, LogLevel second) in operator ==()
95 public static bool operator !=(LogLevel first, LogLevel second) in operator !=()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs198 public bool IsMoreImportantThan(Symbol second) in IsMoreImportantThan()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMAX32650_RTC.cs71 …? month = null, int? day = null, int? hour = null, int? minute = null, int? second = null, double?… in SetDateTime()
DAmbiqApollo4_RTC.cs463 …rvals interval, int month, int weekday, int day, int hour, int minute, int second, int millisecond) in UpdateAlarm()
DSTM32F4_RTC.cs1131 private int second; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1320 …? month = null, int? day = null, int? hour = null, int? minute = null, int? second = null, double?… in With()