pixfmt-tch-tu16.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _V4L2-TCH-FMT-TU16:
  3. ********************************
  4. V4L2_TCH_FMT_TU16 ('TU16')
  5. ********************************
  6. *man V4L2_TCH_FMT_TU16(2)*
  7. 16-bit unsigned raw touch data
  8. Description
  9. ===========
  10. This format represents unsigned 16-bit data from a touch controller.
  11. This may be used for output for raw and reference data. Values may range from
  12. 0 to 65535.
  13. **Byte Order.**
  14. Each cell is one byte.
  15. .. flat-table::
  16. :header-rows: 0
  17. :stub-columns: 0
  18. :widths: 2 1 1 1 1 1 1 1 1
  19. * - start + 0:
  20. - R'\ :sub:`00high`
  21. - R'\ :sub:`00low`
  22. - R'\ :sub:`01high`
  23. - R'\ :sub:`01low`
  24. - R'\ :sub:`02high`
  25. - R'\ :sub:`02low`
  26. - R'\ :sub:`03high`
  27. - R'\ :sub:`03low`
  28. * - start + 8:
  29. - R'\ :sub:`10high`
  30. - R'\ :sub:`10low`
  31. - R'\ :sub:`11high`
  32. - R'\ :sub:`11low`
  33. - R'\ :sub:`12high`
  34. - R'\ :sub:`12low`
  35. - R'\ :sub:`13high`
  36. - R'\ :sub:`13low`
  37. * - start + 16:
  38. - R'\ :sub:`20high`
  39. - R'\ :sub:`20low`
  40. - R'\ :sub:`21high`
  41. - R'\ :sub:`21low`
  42. - R'\ :sub:`22high`
  43. - R'\ :sub:`22low`
  44. - R'\ :sub:`23high`
  45. - R'\ :sub:`23low`
  46. * - start + 24:
  47. - R'\ :sub:`30high`
  48. - R'\ :sub:`30low`
  49. - R'\ :sub:`31high`
  50. - R'\ :sub:`31low`
  51. - R'\ :sub:`32high`
  52. - R'\ :sub:`32low`
  53. - R'\ :sub:`33high`
  54. - R'\ :sub:`33low`