Uses of Enum Class
be.lmenten.avr.core.register.RegisterPair
Packages that use RegisterPair
Package
Description
-
Uses of RegisterPair in be.lmenten.avr.core.instruction.transfer
Constructors in be.lmenten.avr.core.instruction.transfer with parameters of type RegisterPair -
Uses of RegisterPair in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return RegisterPairMethods in be.lmenten.avr.core.instruction.xbase with parameters of type RegisterPairModifier and TypeMethodDescriptionprotected voidInstruction_RdP4.setRd(RegisterPair rd)protected voidInstruction_RdP4RrP4.setRr(RegisterPair rr)Constructors in be.lmenten.avr.core.instruction.xbase with parameters of type RegisterPair -
Uses of RegisterPair in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return RegisterPairModifier and TypeMethodDescriptionstatic RegisterPairRegisterPair.lookup(int r)RegisterXYZ.rebase()RegisterYZ.rebase()static RegisterPairReturns the enum constant of this class with the specified name.static RegisterPair[]RegisterPair.values()Returns an array containing the constants of this enum class, in the order they are declared.