Axi4CacheField enum

Helper to enumerate the one hot encodings of the AxCACHE signal.

Inheritance
Available extensions

Values

bufferable → const Axi4CacheField

Transaction can be buffered.

const Axi4CacheField(0x1)
cacheable → const Axi4CacheField

Transaction can be cached.

const Axi4CacheField(0x2)
readAllocate → const Axi4CacheField

Cache space can be allocated during a read.

const Axi4CacheField(0x4)
writeAllocate → const Axi4CacheField

Cache space can be allocated during a write

const Axi4CacheField(0x8)

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 one hot encoded 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<Axi4CacheField>
A constant List of the values in this enum, in order of their declaration.