Uses of Enum Class
be.lmenten.avr.core.descriptor.CoreVersion
Packages that use CoreVersion
-
Uses of CoreVersion in be.lmenten.avr.core.descriptor
Methods in be.lmenten.avr.core.descriptor that return CoreVersionModifier and TypeMethodDescriptionCoreDescriptor.getCoreVersion()
static CoreVersion
static CoreVersion
Returns the enum constant of this class with the specified name.static CoreVersion[]
CoreVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CoreVersion in be.lmenten.avr.core.instruction
Methods in be.lmenten.avr.core.instruction with parameters of type CoreVersionModifier and TypeMethodDescriptionboolean
InstructionSet.isSupportedBy(CoreVersion version)
Check if this instruction is supported by the given core version.