Uses of Enum Class
be.lmenten.avr.core.descriptor.CoreVersion
-
Uses of CoreVersion in be.lmenten.avr.core.descriptor
Modifier 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
Modifier and TypeMethodDescriptionboolean
InstructionSet.isSupportedBy(CoreVersion version)
Check if this instruction is supported by the given core version.