File: sysfs-bus-iio-sx9324

package info (click to toggle)
linux 6.16.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724,628 kB
  • sloc: ansic: 26,562,645; asm: 271,329; sh: 144,039; python: 72,469; makefile: 57,135; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (29 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
What:		/sys/bus/iio/devices/iio:deviceX/in_proximity<id>_setup
Date:		November 2021
KernelVersion:	5.17
Contact:	Gwendal Grignou <gwendal@chromium.org>
Description:
		SX9324 has 3 inputs, CS0, CS1 and CS2. Hardware layout
		defines if the input is

		+ not connected (HZ),
		+ grounded (GD),
		+ connected to an antenna where it can act as a base
		  (DS - data shield), or measured input (MI).

		The sensor rotates measurement across 4 phases
		(PH0, PH1, PH2, PH3), where the inputs are configured
		and then measured.

		By default,  during the first phase, [PH0], CS0 is measured,
		while CS1 and CS2 are used as shields.
		`cat in_proximity0_setup` returns "MI,DS,DS".
		[PH1], CS1 is measured, CS0 and CS2 are shield:
		`cat in_proximity1_setup` returns "DS,MI,DS".
		[PH2], CS2 is measured, CS0 and CS1 are shield:
		`cat in_proximity1_setup` returns "DS,DS,MI".
		[PH3], CS1 and CS2 are measured (combo mode):
		`cat in_proximity1_setup` returns "DS,MI,MI".

		Note, these are the chip default. Hardware layout will most
		likely dictate different output. The entry is read-only.