sysfs-bus-iio-sx9324 1.1 KB

1234567891011121314151617181920212223242526272829
  1. What: /sys/bus/iio/devices/iio:deviceX/in_proximity<id>_setup
  2. Date: November 2021
  3. KernelVersion: 5.17
  4. Contact: Gwendal Grignou <[email protected]>
  5. Description:
  6. SX9324 has 3 inputs, CS0, CS1 and CS2. Hardware layout
  7. defines if the input is
  8. + not connected (HZ),
  9. + grounded (GD),
  10. + connected to an antenna where it can act as a base
  11. (DS - data shield), or measured input (MI).
  12. The sensor rotates measurement across 4 phases
  13. (PH0, PH1, PH2, PH3), where the inputs are configured
  14. and then measured.
  15. By default, during the first phase, [PH0], CS0 is measured,
  16. while CS1 and CS2 are used as shields.
  17. `cat in_proximity0_setup` returns "MI,DS,DS".
  18. [PH1], CS1 is measured, CS0 and CS2 are shield:
  19. `cat in_proximity1_setup` returns "DS,MI,DS".
  20. [PH2], CS2 is measured, CS0 and CS1 are shield:
  21. `cat in_proximity1_setup` returns "DS,DS,MI".
  22. [PH3], CS1 and CS2 are measured (combo mode):
  23. `cat in_proximity1_setup` returns "DS,MI,MI".
  24. Note, these are the chip default. Hardware layout will most
  25. likely dictate different output. The entry is read-only.