Lines Matching +full:20 +full:a

9 IR is encoded as a series of pulses and spaces, using a protocol. These
10 protocols can encode e.g. an address (which device should respond) and a
12 across different devices for a given protocol.
14 Therefore out the output of the IR decoder is a scancode; a single u32
17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
22 Some remotes have a pointer-type device which can used to control the
32 This IR protocol uses manchester encoding to encode 14 bits. There is a
77 There is a variant of rc5 called either rc5x or extended rc5
127 rc-5x-20 (RC_PROTO_RC5X_20)
130 This rc-5 extended to encoded 20 bits. The is a 3555 microseconds space
133 .. flat-table:: rc-5x-20 bits scancode mapping
162 - 16 to 20
185 The scancode is a 16 bits value, where the address is the lower 8 bits
191 The sony protocol is a pulse-width encoding. There are three variants,
205 - 16 to 20
218 The sony protocol is a pulse-width encoding. There are three variants,
242 sony-20 (RC_PROTO_SONY20)
245 The sony protocol is a pulse-width encoding. There are three variants,
248 .. flat-table:: sony-20 bits scancode mapping
251 * - sony-20 bits
259 - 16 to 20
282 As a check, the nec protocol sends the address and command twice; the
285 A plain nec IR message has 16 bits; the high 8 bits are the address
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
305 The scancode has a somewhat unusual encoding.
336 Bis 8 to 20 of the scancode is the 13 bits address, and the lower 8
356 The scancode is the exact 16 bits as in the protocol. There is also a
359 rc-6-6a-20 (RC_PROTO_RC6_6A_20)
362 This is the rc-6 in mode 6a, 20 bits. rc-6 is described here
364 The scancode is the exact 20 bits
365 as in the protocol. There is also a toggle bit.
367 rc-6-6a-24 (RC_PROTO_RC6_6A_24)
370 This is the rc-6 in mode 6a, 24 bits. rc-6 is described here
373 as in the protocol. There is also a toggle bit.
375 rc-6-6a-32 (RC_PROTO_RC6_6A_32)
378 This is the rc-6 in mode 6a, 32 bits. rc-6 is described here
388 This is the rc-6 in mode 6a, 32 bits. The upper 16 bits are the vendor,
397 This is a protocol used by Sharp VCRs, is described here
398 https://www.sbprojects.net/knowledge/ir/sharp.php. There is a very long
402 There is a 5 bit address and a 8 bit command. In the scancode the address is
415 This is not an IR protocol, this is a protocol over CEC. The CEC
454 device decodes the protocol. There is a BPF decoder available in v4l-utils.