public static enum LPS25H.LPS25HControlRegistry1 extends java.lang.Enum<LPS25H.LPS25HControlRegistry1>
Enum Constant and Description |
---|
BDU_CONTINUOUS |
BDU_UPDATE_AFTER_READING |
DIFFEN_DISABLED |
DIFFEN_ENABLE |
ODR_1_HZ |
ODR_12DOT5_HZ |
ODR_25_HZ |
ODR_7_HZ |
ODR_ONE_SHOT |
ODR_RESERVED |
PD_ACTIVE |
PD_POWER_DOWN |
RESETAZ_DISABLE |
RESETAZ_RESET |
SIM_3WIRE |
SIM_4WIRE |
Modifier and Type | Method and Description |
---|---|
static LPS25H.LPS25HControlRegistry1 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPS25H.LPS25HControlRegistry1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LPS25H.LPS25HControlRegistry1 ODR_ONE_SHOT
public static final LPS25H.LPS25HControlRegistry1 ODR_1_HZ
public static final LPS25H.LPS25HControlRegistry1 ODR_7_HZ
public static final LPS25H.LPS25HControlRegistry1 ODR_12DOT5_HZ
public static final LPS25H.LPS25HControlRegistry1 ODR_25_HZ
public static final LPS25H.LPS25HControlRegistry1 ODR_RESERVED
public static final LPS25H.LPS25HControlRegistry1 DIFFEN_DISABLED
public static final LPS25H.LPS25HControlRegistry1 DIFFEN_ENABLE
public static final LPS25H.LPS25HControlRegistry1 RESETAZ_DISABLE
public static final LPS25H.LPS25HControlRegistry1 RESETAZ_RESET
public static final LPS25H.LPS25HControlRegistry1 BDU_CONTINUOUS
public static final LPS25H.LPS25HControlRegistry1 BDU_UPDATE_AFTER_READING
public static final LPS25H.LPS25HControlRegistry1 PD_ACTIVE
public static final LPS25H.LPS25HControlRegistry1 PD_POWER_DOWN
public static final LPS25H.LPS25HControlRegistry1 SIM_4WIRE
public static final LPS25H.LPS25HControlRegistry1 SIM_3WIRE
public static LPS25H.LPS25HControlRegistry1[] values()
for (LPS25H.LPS25HControlRegistry1 c : LPS25H.LPS25HControlRegistry1.values()) System.out.println(c);
public static LPS25H.LPS25HControlRegistry1 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