sysfs-bus-iio-light-lm3533-als 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. What: /sys/.../events/in_illuminance0_thresh_either_en
  2. Date: April 2012
  3. KernelVersion: 3.5
  4. Contact: Johan Hovold <[email protected]>
  5. Description:
  6. Event generated when channel passes one of the four thresholds
  7. in each direction (rising|falling) and a zone change occurs.
  8. The corresponding light zone can be read from
  9. in_illuminance0_zone.
  10. What: /sys/.../events/in_illuminance0_threshY_hysteresis
  11. Date: May 2012
  12. KernelVersion: 3.5
  13. Contact: Johan Hovold <[email protected]>
  14. Description:
  15. Get the hysteresis for thresholds Y, that is,
  16. threshY_hysteresis = threshY_raising - threshY_falling
  17. What: /sys/.../events/illuminance_threshY_falling_value
  18. What: /sys/.../events/illuminance_threshY_raising_value
  19. Date: April 2012
  20. KernelVersion: 3.5
  21. Contact: Johan Hovold <[email protected]>
  22. Description:
  23. Specifies the value of threshold that the device is comparing
  24. against for the events enabled by
  25. in_illuminance0_thresh_either_en (0..255), where Y in 0..3.
  26. Note that threshY_falling must be less than or equal to
  27. threshY_raising.
  28. These thresholds correspond to the eight zone-boundary
  29. registers (boundaryY_{low,high}) and define the five light
  30. zones.
  31. What: /sys/bus/iio/devices/iio:deviceX/in_illuminance0_zone
  32. Date: April 2012
  33. KernelVersion: 3.5
  34. Contact: Johan Hovold <[email protected]>
  35. Description:
  36. Get the current light zone (0..4) as defined by the
  37. in_illuminance0_threshY_{falling,rising} thresholds.
  38. What: /sys/bus/iio/devices/iio:deviceX/out_currentY_currentZ_raw
  39. Date: May 2012
  40. KernelVersion: 3.5
  41. Contact: Johan Hovold <[email protected]>
  42. Description:
  43. Set the output current for channel out_currentY when in zone
  44. Z (0..255), where Y in 0..2 and Z in 0..4.
  45. These values correspond to the ALS-mapper target registers for
  46. ALS-mapper Y + 1.
  47. Note that out_currentY_raw provides the current for the
  48. current zone.