Searched defs:second (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | LogLevel.cs | 64 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/ |
| D | Symbol.cs | 198 public bool IsMoreImportantThan(Symbol second) in IsMoreImportantThan()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | MAX32650_RTC.cs | 71 …? month = null, int? day = null, int? hour = null, int? minute = null, int? second = null, double?… in SetDateTime()
|
| D | AmbiqApollo4_RTC.cs | 463 …rvals interval, int month, int weekday, int day, int hour, int minute, int second, int millisecond) in UpdateAlarm()
|
| D | STM32F4_RTC.cs | 1131 private int second; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1320 …? month = null, int? day = null, int? hour = null, int? minute = null, int? second = null, double?… in With()
|