Uses of Enum Class
be.lmenten.avr.core.register.RegisterIndexYZ
-
Uses of RegisterIndexYZ in be.lmenten.avr.core.instruction.transfer
ModifierConstructorDescriptionLDD(Register rd, RegisterIndexYZ rr)
LDD(Register rd, RegisterIndexYZ rr, int q)
STD(RegisterIndexYZ rd, int q, Register rr)
STD(RegisterIndexYZ rd, Register rr)
-
Uses of RegisterIndexYZ in be.lmenten.avr.core.register
Modifier and TypeMethodDescriptionstatic RegisterIndexYZ
RegisterIndexYZ.lookup(int code)
static RegisterIndexYZ
Returns the enum constant of this class with the specified name.static RegisterIndexYZ[]
RegisterIndexYZ.values()
Returns an array containing the constants of this enum class, in the order they are declared.