1 What: /sys/kernel/debug/iio/iio:deviceX/backendY/name 2 KernelVersion: 6.11 3 Contact: linux-iio@vger.kernel.org 4 Description: 5 Name of Backend Y connected to device X. 6 7 What: /sys/kernel/debug/iio/iio:deviceX/backendY/direct_reg_access 8 KernelVersion: 6.11 9 Contact: linux-iio@vger.kernel.org 10 Description: 11 Directly access the registers of backend Y. Typical usage is: 12 13 Reading address 0x50 14 echo 0x50 > direct_reg_access 15 cat direct_reg_access 16 17 Writing address 0x50 18 echo 0x50 0x3 > direct_reg_access 19 //readback address 0x50 20 cat direct_reg_access
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.