Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-tch-tu16.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-TCH-FMT-TU16:
4
5 ********************************
6 V4L2_TCH_FMT_TU16 ('TU16')
7 ********************************
8
9 *man V4L2_TCH_FMT_TU16(2)*
10
11 16-bit unsigned raw touch data
12
13
14 Description
15 ===========
16
17 This format represents unsigned 16-bit data from a touch controller.
18
19 This may be used for output for raw and reference data. Values may range from
20 0 to 65535.
21
22 **Byte Order.**
23 Each cell is one byte.
24
25
26 .. flat-table::
27 :header-rows: 0
28 :stub-columns: 0
29 :widths: 2 1 1 1 1 1 1 1 1
30
31
32 - .. row 1
33
34 - start + 0:
35
36 - R'\ :sub:`00high`
37
38 - R'\ :sub:`00low`
39
40 - R'\ :sub:`01high`
41
42 - R'\ :sub:`01low`
43
44 - R'\ :sub:`02high`
45
46 - R'\ :sub:`02low`
47
48 - R'\ :sub:`03high`
49
50 - R'\ :sub:`03low`
51
52 - .. row 2
53
54 - start + 8:
55
56 - R'\ :sub:`10high`
57
58 - R'\ :sub:`10low`
59
60 - R'\ :sub:`11high`
61
62 - R'\ :sub:`11low`
63
64 - R'\ :sub:`12high`
65
66 - R'\ :sub:`12low`
67
68 - R'\ :sub:`13high`
69
70 - R'\ :sub:`13low`
71
72 - .. row 3
73
74 - start + 16:
75
76 - R'\ :sub:`20high`
77
78 - R'\ :sub:`20low`
79
80 - R'\ :sub:`21high`
81
82 - R'\ :sub:`21low`
83
84 - R'\ :sub:`22high`
85
86 - R'\ :sub:`22low`
87
88 - R'\ :sub:`23high`
89
90 - R'\ :sub:`23low`
91
92 - .. row 4
93
94 - start + 24:
95
96 - R'\ :sub:`30high`
97
98 - R'\ :sub:`30low`
99
100 - R'\ :sub:`31high`
101
102 - R'\ :sub:`31low`
103
104 - R'\ :sub:`32high`
105
106 - R'\ :sub:`32low`
107
108 - R'\ :sub:`33high`
109
110 - R'\ :sub:`33low`
This page took 0.034241 seconds and 5 git commands to generate.