public static enum TestReg.CabacField extends Enum<TestReg.CabacField>
| Enum Constant and Description |
|---|
GD |
MUX0 |
MUX1 |
MUXE |
OD_EXP0 |
OD_EXP1 |
OD_RDO0 |
OD_RDO1 |
OG |
PCLK0 |
PCLK1 |
PCLK2 |
PCLK3 |
PULSE |
RD |
RG |
SCLK0 |
SCLK1 |
SCLK2 |
SPH |
SPL |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestReg.CabacField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReg.CabacField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReg.CabacField OD_EXP0
public static final TestReg.CabacField OD_EXP1
public static final TestReg.CabacField OD_RDO0
public static final TestReg.CabacField OD_RDO1
public static final TestReg.CabacField PCLK0
public static final TestReg.CabacField PCLK1
public static final TestReg.CabacField PCLK2
public static final TestReg.CabacField PCLK3
public static final TestReg.CabacField SCLK0
public static final TestReg.CabacField SCLK1
public static final TestReg.CabacField SCLK2
public static final TestReg.CabacField RG
public static final TestReg.CabacField GD
public static final TestReg.CabacField OG
public static final TestReg.CabacField RD
public static final TestReg.CabacField MUX0
public static final TestReg.CabacField MUX1
public static final TestReg.CabacField PULSE
public static final TestReg.CabacField MUXE
public static final TestReg.CabacField SPH
public static final TestReg.CabacField SPL
public static TestReg.CabacField[] values()
for (TestReg.CabacField c : TestReg.CabacField.values()) System.out.println(c);
public static TestReg.CabacField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
Copyright © 2017 LSST. All rights reserved.