Uses of Enum Class
be.lmenten.avr.core.register.RegisterIndexYZ
Packages that use RegisterIndexYZ
-
Uses of RegisterIndexYZ in be.lmenten.avr.core.instruction.transfer
Constructors in be.lmenten.avr.core.instruction.transfer with parameters of type RegisterIndexYZModifierConstructorDescriptionLDD(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
Methods in be.lmenten.avr.core.register that return RegisterIndexYZModifier and TypeMethodDescriptionstatic RegisterIndexYZRegisterIndexYZ.lookup(int code)static RegisterIndexYZReturns 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.