Uses of Enum Class
be.lmenten.avr.core.register.StatusRegister
Packages that use StatusRegister
Package
Description
-
Uses of StatusRegister in be.lmenten.avr.core.instruction.bit.sreg
Constructors in be.lmenten.avr.core.instruction.bit.sreg with parameters of type StatusRegister -
Uses of StatusRegister in be.lmenten.avr.core.instruction.flow.sreg
Constructors in be.lmenten.avr.core.instruction.flow.sreg with parameters of type StatusRegister -
Uses of StatusRegister in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return StatusRegisterMethods in be.lmenten.avr.core.instruction.xbase with parameters of type StatusRegisterConstructors in be.lmenten.avr.core.instruction.xbase with parameters of type StatusRegister -
Uses of StatusRegister in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return StatusRegisterModifier and TypeMethodDescriptionstatic StatusRegister
StatusRegister.lookup(int s)
static StatusRegister
Returns the enum constant of this class with the specified name.static StatusRegister[]
StatusRegister.values()
Returns an array containing the constants of this enum class, in the order they are declared.