Uses of Enum Class
be.lmenten.avr.core.register.UpperRegisterPair
Package
Description
-
Uses of UpperRegisterPair in be.lmenten.avr.core.instruction.arithmetic
ModifierConstructorDescriptionADIW(UpperRegisterPair rd, int K)
SBIW(UpperRegisterPair rd, int K)
-
Uses of UpperRegisterPair in be.lmenten.avr.core.instruction.xbase
-
Uses of UpperRegisterPair in be.lmenten.avr.core.register
Modifier 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.