Axi5QualifierSignalsStruct class

This corresponds to mixin Axi5QualifierSignals from axi5_mixins.dart.

Constructors

Axi5QualifierSignalsStruct({int? nsaId, int? pbha, int? subSysId, bool? actV, int? act})
Constructor

Properties

act int?
Arm Compression Technology. Width is equal to actWidth.
final
actV bool?
Arm Compression Technology valid. Width is always 1.
final
hashCode int
The hash code for this object.
no setterinherited
nsaId int?
Non-secure access ID. Width is always 4 if present.
final
pbha int?
Page based HW attributes. Width is always 4 if present.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subSysId int?
Subsystem ID. Width is equal to subSysIdWidth.
final

Methods

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