Lines Matching 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
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
199 - scancode bit
226 - scancode bit
253 - scancode bit
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.
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
303 inverted value of the third 8 bit value.
311 - scancode bit
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
426 31 bits, and the scancode is simply the 31 bits with the top bit always 0.