Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs825 public struct IDAURegion struct in Antmicro.Renode.Peripherals.CPU.CortexM
827 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() method
852 public IDAURegion(uint rbar, uint rlar) in IDAURegion() method
860 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 …]