Axi5ResponseSignalsStruct class

This corresponds to mixin Axi5ResponseSignals from axi5_mixins.dart.

Constructors

Axi5ResponseSignalsStruct({int? resp, bool? busy})
Constructor

Properties

busy bool?
Busy indicator. Width is always 2 if present.
final
hashCode int
The hash code for this object.
no setterinherited
resp int?
Read response, indicates the status of a read transfer. Width is equal to respWidth.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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