Uses of Enum Class
be.lmenten.avr.core.register.UpperRegisterPair
Packages that use UpperRegisterPair
Package
Description
-
Uses of UpperRegisterPair in be.lmenten.avr.core.instruction.arithmetic
Constructors in be.lmenten.avr.core.instruction.arithmetic with parameters of type UpperRegisterPairModifierConstructorDescriptionADIW(UpperRegisterPair rd, int K)
SBIW(UpperRegisterPair rd, int K)
-
Uses of UpperRegisterPair in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return UpperRegisterPairMethods in be.lmenten.avr.core.instruction.xbase with parameters of type UpperRegisterPairConstructors in be.lmenten.avr.core.instruction.xbase with parameters of type UpperRegisterPair -
Uses of UpperRegisterPair in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return UpperRegisterPairModifier and TypeMethodDescriptionstatic UpperRegisterPair
UpperRegisterPair.lookup(int r)
static UpperRegisterPair
Returns the enum constant of this class with the specified name.static UpperRegisterPair[]
UpperRegisterPair.values()
Returns an array containing the constants of this enum class, in the order they are declared.