public static enum HTS221.HTS221ControlRegistry1 extends java.lang.Enum<HTS221.HTS221ControlRegistry1>
Enum Constant and Description |
---|
BDU_CONTINUOUS |
BDU_UPDATE_AFTER_READING |
ODR_1_HZ |
ODR_12DOT5_HZ |
ODR_7_HZ |
ODR_ONE_SHOT |
PD_ACTIVE |
PD_POWER_DOWN |
Modifier and Type | Method and Description |
---|---|
static HTS221.HTS221ControlRegistry1 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HTS221.HTS221ControlRegistry1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTS221.HTS221ControlRegistry1 ODR_ONE_SHOT
public static final HTS221.HTS221ControlRegistry1 ODR_1_HZ
public static final HTS221.HTS221ControlRegistry1 ODR_7_HZ
public static final HTS221.HTS221ControlRegistry1 ODR_12DOT5_HZ
public static final HTS221.HTS221ControlRegistry1 BDU_CONTINUOUS
public static final HTS221.HTS221ControlRegistry1 BDU_UPDATE_AFTER_READING
public static final HTS221.HTS221ControlRegistry1 PD_ACTIVE
public static final HTS221.HTS221ControlRegistry1 PD_POWER_DOWN
public static HTS221.HTS221ControlRegistry1[] values()
for (HTS221.HTS221ControlRegistry1 c : HTS221.HTS221ControlRegistry1.values()) System.out.println(c);
public static HTS221.HTS221ControlRegistry1 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null