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 void
Instruction_RdP4.setRd(RegisterPair rd)
protected void
Instruction_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 RegisterPair
RegisterPair.lookup(int r)
RegisterXYZ.rebase()
RegisterYZ.rebase()
static RegisterPair
Returns 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.