Searched defs:IDAURegion (Results 1 – 1 of 1) sorted by relevance
825 public struct IDAURegion struct in Antmicro.Renode.Peripherals.CPU.CortexM827 public static bool IsBaseAddressValid(uint address) in IsBaseAddressValid()832 public static bool IsLimitAddressValid(uint address) in IsLimitAddressValid()837 … public IDAURegion(uint baseAddress, uint limitAddress, bool enabled, bool nonSecureCallable) in IDAURegion() method852 public IDAURegion(uint rbar, uint rlar) in IDAURegion() method860 public uint ToRBAR() in ToRBAR()865 public uint ToRLAR() in ToRLAR()873 public override string ToString() in ToString()884 public uint BaseAddress { get; private set; }885 public bool Enabled { get; private set; }[all …]