Axi5MmuFlowField enum

Helper to enumerate the encodings of the AxMMUFLOW signal. See A13.6.1-A13.6.4 for flow descriptions.

Inheritance
Available extensions

Values

stall → const Axi5MmuFlowField

The SMMU Stall flow can be used.

const Axi5MmuFlowField(0x0)
atst → const Axi5MmuFlowField

The SMMU ATST flow must be used.

const Axi5MmuFlowField(0x1)
noStall → const Axi5MmuFlowField

The SMMU NoStall flow must be used.

const Axi5MmuFlowField(0x2)
pri → const Axi5MmuFlowField

The SMMU PRI flow can be used.

const Axi5MmuFlowField(0x3)

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