Axi5RequestSignalsStruct class

This corresponds to mixin Axi5RequestSignals from axi5_mixins.dart.

Constructors

Axi5RequestSignalsStruct({required int addr, int? len, int? size, int? burst, int? qos})
Constructor

Properties

addr int
The address of the first transfer in a transaction. Width is equal to addrWidth.
final
burst int?
Burst type, indicates how address changes between each transfer in a transaction. Width is equal to burstWidth.
final
hashCode int
The hash code for this object.
no setterinherited
len int?
Length, the exact number of data transfers in a transaction. Width is equal to lenWidth.
final
qos int?
Quality of service identifier for a transaction. Width is equal to qosWidth.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Size, the number of bytes in each data transfer in a transaction. Width is equal to sizeWidth.
final

Methods

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