Axi5DataSignalsStruct class
This corresponds to mixin Axi5DataSignals from axi5_mixins.dart.
Constructors
- Axi5DataSignalsStruct({required BigInt data, bool? last, int? strb, int? poison})
- Constructor
Properties
- data → BigInt
-
Transaction data.
Width is equal to dataWidth.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- last → bool?
-
Indicates whether this is the last data transfer in a transaction.
Width is always 1.
final
- poison → int?
-
Indicator of data corruption on a given chunk.
Width is equal to ceil(dataWidth/64).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strb → int?
-
Write strobes, indicate which byte lanes hold valid data.
Width is equal to strbWidth.
final
Methods
-
clone(
) → Axi5DataSignalsStruct - 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