Axi5AtomicSignalsStruct class
This corresponds to mixin Axi5AtomicSignals from axi5_mixins.dart.
Constructors
- Axi5AtomicSignalsStruct({bool? lock, int? atOp})
- Constructor
Properties
- atOp → int?
-
Atomic operation type for a transaction.
Width is equal to atOpWidth.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lock → bool?
-
Provides information about atomic characteristics of a transaction.
Width is always 1.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → Axi5AtomicSignalsStruct - 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