Axi5StashSignalsStruct class

This corresponds to mixin Axi5StashSignals from axi5_mixins.dart.

Constructors

Axi5StashSignalsStruct({int? domain, int? stashNid, bool? stashNidEn, int? stashLPid, bool? stashLPidEn, int? cmo})
Constructor

Properties

cmo int?
Cache maintenance operation. Width is equal to cmoWidth.
final
domain int?
Domain for requests. Width is equal to domainWidth.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stashLPid int?
Stash Logical Processor ID. Width is fixed to be 5 if present.
final
stashLPidEn bool?
Stash Logical Processor ID enable. Width is always 1.
final
stashNid int?
Stash Node ID. Width is fixed to be 11 if present.
final
stashNidEn bool?
Stash Node ID enable. Width is always 1.
final

Methods

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