-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum OctoQuadBase.I2cRecoveryMode
-
-
Field Summary
Fields Modifier and Type Field Description public byte
bVal
-
Enum Constant Summary
Enum Constants Enum Constant Description MODE_2_M1_PLUS_SCL_IDLE_ONESHOT_TGL
Mode 1 actions + the OctoQuad will toggle the clock line briefly,once, after 1500ms of no communications.
MODE_1_PERIPH_RST_ON_FRAME_ERR
The OctoQuad will reset its I2C peripheral if 50ms elapses betweenbyte transmissions or between bytes and start/stop conditions
NONE
Does not perform any active attempts to recover a wedged I2C bus
-
Method Summary
Modifier and Type Method Description static Array<OctoQuadBase.I2cRecoveryMode>
values()
static OctoQuadBase.I2cRecoveryMode
valueOf(String name)
-
-
Method Detail
-
values
static Array<OctoQuadBase.I2cRecoveryMode> values()
-
valueOf
static OctoQuadBase.I2cRecoveryMode valueOf(String name)
-
-
-
-