Searched defs:IsValid (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ | ||
| D | FieldMode.cs | 57 public static bool IsValid(this FieldMode mode) in IsValid() method in Antmicro.Renode.Core.Structure.Registers.FieldModeHelper |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ | ||
| D | EHCIHostController.cs | 1177 public bool IsValid { get { return ((systemBus.ReadDoubleWord(Address) & 0x1) == 0); } } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead |