i2c_control.json 383 B

12345678910
  1. [
  2. { "name": "I2C_REG_VAL", "bits": 8 },
  3. { "name": "I2C_REG_ADDR", "bits": 8 },
  4. { "name": "RD#_WR", "bits": 1, "rotate": -45 },
  5. { "name": "I2C_ADDR", "bits": 7 },
  6. { "name": "DO_CMD", "bits": 1, "rotate": -45 },
  7. { "name": "SOME_FLAGS", "bits": 2 },
  8. { "bits": 4, "attr": "RO" },
  9. { "name": "BUSY", "bits": 1 }
  10. ]