Axi5RespField enum
Helper to enumerate the encodings of the xRESP signal.
Values
- okay → const Axi5RespField
-
Expected result.
const Axi5RespField(0x0) - exOkay → const Axi5RespField
-
Okay, exclusive access granted.
const Axi5RespField(0x1) - slvErr → const Axi5RespField
-
Subordinate recoverable error.
const Axi5RespField(0x2) - decErr → const Axi5RespField
-
Subordinate fatal error.
const Axi5RespField(0x3) - deferOrPrefetched → const Axi5RespField
-
For writes: Access was unsuccessful because it cannot be serviced at this time. The location is not updated. This response is only permitted for a WriteDeferrable transaction. For reads: Read data is valid and has been sourced from a prefetched value.
const Axi5RespField(0x4) - transFault → const Axi5RespField
-
Access was terminated because of a translation fault which might be resolved by a PRI request. Only permitted for requests using the PRI flow.
const Axi5RespField(0x5) - okayDirty → const Axi5RespField
-
Read data is valid and is Dirty with respect to the value in memory. Only permitted for a response to a ReadShared request.
const Axi5RespField(0x6) - unsupported → const Axi5RespField
-
Write was unsuccessful because the transaction type is not supported by the target. The location is not updated. This response is only permitted for a WriteDeferrable transaction.
const Axi5RespField(0x7)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
Underlying value.
final
Methods
-
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
Constants
-
values
→ const List<
Axi5RespField> - A constant List of the values in this enum, in order of their declaration.