Axi5ChunkSignalsStruct class

This corresponds to mixin Axi5ChunkSignals from axi5_mixins.dart.

Constructors

Axi5ChunkSignalsStruct({bool? chunkEn, bool? chunkV, int? chunkNum, int? chunkStrb})
Constructor

Properties

chunkEn bool?
Chunking enabled for this transaction. Width is always 1.
final
chunkNum int?
Indicates the chunk number being transferred. Width is equal to chunkNumWidth.
final
chunkStrb int?
Indicates the chunks that are valid for this transfer. Width is equal to chunkStrbWidth.
final
chunkV bool?
Indicates that a given data chunk is valid. Width is always 1.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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