Merge remote-tracking branch 'mailbox/mailbox-for-next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-tch-tu08.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-TCH-FMT-TU08:
4
5 **************************
6 V4L2_TCH_FMT_TU08 ('TU08')
7 **************************
8
9 *man V4L2_TCH_FMT_TU08(2)*
10
11 8-bit unsigned raw touch data
12
13 Description
14 ===========
15
16 This format represents unsigned 8-bit data from a touch controller.
17
18 This may be used for output for raw and reference data. Values may range from
19 0 to 255.
20
21 **Byte Order.**
22 Each cell is one byte.
23
24
25
26 .. flat-table::
27 :header-rows: 0
28 :stub-columns: 0
29 :widths: 2 1 1 1 1
30
31
32 - .. row 1
33
34 - start + 0:
35
36 - R'\ :sub:`00`
37
38 - R'\ :sub:`01`
39
40 - R'\ :sub:`02`
41
42 - R'\ :sub:`03`
43
44 - .. row 2
45
46 - start + 4:
47
48 - R'\ :sub:`10`
49
50 - R'\ :sub:`11`
51
52 - R'\ :sub:`12`
53
54 - R'\ :sub:`13`
55
56 - .. row 3
57
58 - start + 8:
59
60 - R'\ :sub:`20`
61
62 - R'\ :sub:`21`
63
64 - R'\ :sub:`22`
65
66 - R'\ :sub:`23`
67
68 - .. row 4
69
70 - start + 12:
71
72 - R'\ :sub:`30`
73
74 - R'\ :sub:`31`
75
76 - R'\ :sub:`32`
77
78 - R'\ :sub:`33`
This page took 0.033289 seconds and 5 git commands to generate.