Axi5ProtSignalsStruct class

This corresponds to mixin Axi5ProtSignals from axi5_mixins.dart.

Constructors

Axi5ProtSignalsStruct({int? prot, bool? nse, bool? priv, bool? inst, int? pas})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
inst bool?
Instruction versus data access. Width is always 1.
final
nse bool?
Non-Secure Extension. Width is always 1.
final
pas int?
Physical address space of transaction. Width is equal to pasWidth.
final
priv bool?
Privileged versus unprivileged access. Width is always 1.
final
prot int?
Protection attributes of a transaction. Width is equal to protWidth.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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