Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4ec5183ec48656cec489c49f989c508b68b518e3 authored by Linus Torvalds on 05 February 2023, 21:13:28 UTC
Linux 6.2-rc7
Tip revision: 4ec5183
sysfs-bus-iio-dfsdm-adc-stm32
What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_spi_clk_freq
KernelVersion:	4.14
Contact:	arnaud.pouliquen@st.com
Description:
		For audio purpose only.

		Used by audio driver to set/get the spi input frequency.

		This is mandatory if DFSDM is slave on SPI bus, to
		provide information on the SPI clock frequency during runtime
		Notice that the SPI frequency should be a multiple of sample
		frequency to ensure the precision.

		if DFSDM input is SPI master:

			Reading  SPI clkout frequency,
			error on writing

		If DFSDM input is SPI Slave:

			Reading returns value previously set.
			Writing value before starting conversions.
back to top