Axi5MmuSignalsStruct class
This corresponds to mixin Axi5MmuSignals from axi5_mixins.dart.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mmuAtSt → bool?
-
Address translated indicator.
Width is always 1.
final
- mmuFlow → int?
-
SMMU flow type.
Width is always 2.
final
- mmuPasUnknown → bool?
-
Physical address space unknown.
Width is always 1.
final
- mmuPm → bool?
-
Protected mode indicator.
Width is always 1.
final
- mmuSecSid → int?
-
Secure stream ID.
Width is equal to secSidWidth.
final
- mmuSid → int?
-
Stream ID.
Width is equal to sidWidth.
final
- mmuSsid → int?
-
Substream ID.
Width is equal to ssidWidth.
final
- mmuSsidV → bool?
-
Substream ID valid.
Width is always 1.
final
- mmuValid → bool?
-
MMU signal qualifier.
Width is always 1.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → Axi5MmuSignalsStruct - Creates a copy of this struct.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited