Axi5MemPartTagSignalsStruct class

This corresponds to mixin Axi5MemPartTagSignals from axi5_mixins.dart.

Constructors

Axi5MemPartTagSignalsStruct({int? mpam, int? tagOp})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
mpam int?
Memory system resource partioning and monitoring. Width is equal to mpamWidth.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagOp int?
Tag operation. Width is always 2 if present.
final

Methods

clone() Axi5MemPartTagSignalsStruct
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