Lines Matching +full:8 +full:bit
17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
20 toggle bit will invert from one IR message to the next.
41 * - rc-5 bit
43 - scancode bit
51 - Start bit, always set
57 - 2nd start bit in rc5, re-used as 6th command bit
63 - Toggle bit
67 - 8 to 13
78 where there the second stop bit is the 6th command bit, but inverted.
80 schemes. This bit is stored in bit 6 of the scancode, inverted. This is
85 This is much like rc-5 but one bit longer. The scancode is encoded
93 - scancode bit
101 - Start bit, always set
107 - Address bit
113 - Toggle bit
131 after the 8th bit.
138 - scancode bit
146 - Start bit, always set
152 - Address bit
158 - Toggle bit
168 - 8 to 13
185 The scancode is a 16 bits value, where the address is the lower 8 bits
186 and the command the higher 8 bits; this is reversed from IR order.
199 - scancode bit
226 - scancode bit
230 * - 8
253 - scancode bit
269 * - 8
271 - 8 to 15
278 The nec protocol encodes an 8 bit address and an 8 bit command. It is
280 that the protocol sends least significant bit first.
285 A plain nec IR message has 16 bits; the high 8 bits are the address
286 and the low 8 bits are the command.
291 Extended nec has a 16 bit address and a 8 bit command. This is encoded
292 as a 24 bit value as you would expect, with the lower 8 bits the command
301 For this to be decoded correctly, the second 8 bits must not be the
302 inverted value of the first, and also the last 8 bits must not be the
303 inverted value of the third 8 bit value.
311 - scancode bit
313 * - First 8 bits
317 * - Second 8 bits
321 * - Third 8 bits
325 * - Fourth 8 bits
327 - 8 to 15
333 rather than 8 bits. Both the address and the command are followed by
336 Bis 8 to 20 of the scancode is the 13 bits address, and the lower 8
357 toggle bit.
365 as in the protocol. There is also a toggle bit.
373 as in the protocol. There is also a toggle bit.
390 for the Microsoft MCE variant (vendor = 0x800f). The toggle bit in the
391 protocol itself is ignored, and the 16th bit should be takes as the toggle
392 bit.
402 There is a 5 bit address and a 8 bit command. In the scancode the address is
403 in bits 8 to 12, and the command in bits 0 to 7.
426 31 bits, and the scancode is simply the 31 bits with the top bit always 0.