Merge remote-tracking branch 'vfio/next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-tch-td08.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-TCH-FMT-DELTA-TD08:
4
5 ********************************
6 V4L2_TCH_FMT_DELTA_TD08 ('TD08')
7 ********************************
8
9 *man V4L2_TCH_FMT_DELTA_TD08(2)*
10
11 8-bit signed Touch Delta
12
13 Description
14 ===========
15
16 This format represents delta data from a touch controller.
17
18 Delta values may range from -128 to 127. Typically the values will vary through
19 a small range depending on whether the sensor is touched or not. The full value
20 may be seen if one of the touchscreen nodes has a fault or the line is not
21 connected.
22
23 **Byte Order.**
24 Each cell is one byte.
25
26
27
28 .. flat-table::
29 :header-rows: 0
30 :stub-columns: 0
31 :widths: 2 1 1 1 1
32
33
34 - .. row 1
35
36 - start + 0:
37
38 - D'\ :sub:`00`
39
40 - D'\ :sub:`01`
41
42 - D'\ :sub:`02`
43
44 - D'\ :sub:`03`
45
46 - .. row 2
47
48 - start + 4:
49
50 - D'\ :sub:`10`
51
52 - D'\ :sub:`11`
53
54 - D'\ :sub:`12`
55
56 - D'\ :sub:`13`
57
58 - .. row 3
59
60 - start + 8:
61
62 - D'\ :sub:`20`
63
64 - D'\ :sub:`21`
65
66 - D'\ :sub:`22`
67
68 - D'\ :sub:`23`
69
70 - .. row 4
71
72 - start + 12:
73
74 - D'\ :sub:`30`
75
76 - D'\ :sub:`31`
77
78 - D'\ :sub:`32`
79
80 - D'\ :sub:`33`
This page took 0.03332 seconds and 5 git commands to generate.