Uses of Enum Class
be.lmenten.avr.core.register.RegisterIndexXYZ
Packages that use RegisterIndexXYZ
-
Uses of RegisterIndexXYZ in be.lmenten.avr.core.instruction.transfer
Constructors in be.lmenten.avr.core.instruction.transfer with parameters of type RegisterIndexXYZModifierConstructorDescriptionLD(Register rd, RegisterIndexXYZ rr)LD_mX(Register rd, RegisterIndexXYZ rr)LD_mY(Register rd, RegisterIndexXYZ rr)LD_mZ(Register rd, RegisterIndexXYZ rr)LD_X(Register rd, RegisterIndexXYZ rr)LD_Xp(Register rd, RegisterIndexXYZ rr)LD_Yp(Register rd, RegisterIndexXYZ rr)LD_Zp(Register rd, RegisterIndexXYZ rr)ST(RegisterIndexXYZ rd, Register rr)ST_mX(RegisterIndexXYZ rd, Register rr)ST_mY(RegisterIndexXYZ rd, Register rr)ST_mZ(RegisterIndexXYZ rd, Register rr)ST_X(RegisterIndexXYZ rd, Register rr)ST_Xp(RegisterIndexXYZ rd, Register rr)ST_Yp(RegisterIndexXYZ rd, Register rr)ST_Zp(RegisterIndexXYZ rd, Register rr) -
Uses of RegisterIndexXYZ in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return RegisterIndexXYZModifier and TypeMethodDescriptionstatic RegisterIndexXYZRegisterIndexXYZ.lookup(int code)static RegisterIndexXYZReturns the enum constant of this class with the specified name.static RegisterIndexXYZ[]RegisterIndexXYZ.values()Returns an array containing the constants of this enum class, in the order they are declared.