Module com.pi4j

Enum Class Cpu

java.lang.Object
java.lang.Enum<Cpu>
com.pi4j.boardinfo.definition.Cpu
All Implemented Interfaces:
Serializable, Comparable<Cpu>, Constable

public enum Cpu extends Enum<Cpu>
  • Enum Constant Details

    • ARM1176JZF_S

      public static final Cpu ARM1176JZF_S
    • CORTEX_A53

      public static final Cpu CORTEX_A53
    • CORTEX_A7

      public static final Cpu CORTEX_A7
    • CORTEX_A72

      public static final Cpu CORTEX_A72
    • CORTEX_A76

      public static final Cpu CORTEX_A76
    • CORTEX_MO_PLUS

      public static final Cpu CORTEX_MO_PLUS
    • CORTEX_M33

      public static final Cpu CORTEX_M33
    • UNKNOWN

      public static final Cpu UNKNOWN
  • Method Details

    • values

      public static Cpu[] values()
      Returns 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
    • valueOf

      public static Cpu valueOf(String name)
      Returns 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
    • getLabel

      public String getLabel()