Axi5DebugSignalsStruct class

This corresponds to mixin Axi5DebugSignals from axi5_mixins.dart.

Constructors

Axi5DebugSignalsStruct({bool? trace, int? loop})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
loop int?
Loopback signal. Width is equal to loopWidth.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trace bool?
Trace signal. Width is always 1.
final

Methods

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