Home
last modified time | relevance | path

Searched refs:debugRomAddressValid (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs610 …public static ulong Create(UnitType unitType, bool debugRomAddressValid, bool debugSelfAddressVali… in Create() argument
612 … var mask = (debugRomAddressValid ? 1u : 0u) << (int)SignalsEnumSharedWithTlib.DebugROMAddress in Create()