Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DFieldMode.cs57 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/
DEHCIHostController.cs1177 public bool IsValid { get { return ((systemBus.ReadDoubleWord(Address) & 0x1) == 0); } } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead