Axi5MemoryAttributeSignalsStruct class
This corresponds to mixin Axi5MemoryAttributeSignals from axi5_mixins.dart.
Constructors
- Axi5MemoryAttributeSignalsStruct({int? cache, int? region, int? mecId})
- Constructor
Properties
- cache → int?
-
Indicates how a transaction is required to progress through a system.
Width is equal to cacheWidth.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mecId → int?
-
Memory encryption ID of transaction.
Width is equal to mecIdWidth.
final
- region → int?
-
Region indicator for a transaction.
Width is equal to regionWidth.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → Axi5MemoryAttributeSignalsStruct - 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