Axi4SizeField enum
Helper to enumerate the encodings of the xSIZE signal.
Values
- bit8 → const Axi4SizeField
-
1 byte.
const Axi4SizeField(0x0)
- bit16 → const Axi4SizeField
-
2 bytes.
const Axi4SizeField(0x1)
- bit32 → const Axi4SizeField
-
4 bytes.
const Axi4SizeField(0x2)
- bit64 → const Axi4SizeField
-
8 bytes.
const Axi4SizeField(0x3)
- bit128 → const Axi4SizeField
-
16 bytes.
const Axi4SizeField(0x4)
- bit256 → const Axi4SizeField
-
32 bytes.
const Axi4SizeField(0x5)
- bit512 → const Axi4SizeField
-
64 bytes.
const Axi4SizeField(0x6)
- bit1024 → const Axi4SizeField
-
128 bytes.
const Axi4SizeField(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
Static Methods
-
getImpliedSize(
Axi4SizeField size) → int - Helper to determine the implied size of the access.
Constants
-
values
→ const List<
Axi4SizeField> - A constant List of the values in this enum, in order of their declaration.