Package be.lmenten.avr.core.register
Enum Class LowUpperRegister
- All Implemented Interfaces:
- IRegister,- Serializable,- Comparable<LowUpperRegister>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptionintgetIndex()Get index of register in register file.intGet index of register for opcode encoding.static LowUpperRegisterlookup(int r)static LowUpperRegisterReturns the enum constant of this class with the specified name.static LowUpperRegister[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
R16
- 
R17
- 
R18
- 
R19
- 
R20
- 
R21
- 
R22
- 
R23
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
lookup
- 
getIndexpublic int getIndex()Description copied from interface:IRegisterGet index of register in register file.
- 
getOperandIndexpublic int getOperandIndex()Description copied from interface:IRegisterGet index of register for opcode encoding.- Specified by:
- getOperandIndexin interface- IRegister
- Returns:
 
 
-