Home
last modified time | relevance | path

Searched full:manchester (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-dfsdm-adc.yaml20 It features up to 8 serial digital interfaces (SPI or Manchester) and
126 - "MANCH_R": manchester codec, rising edge = logic 0, falling edge = logic 1
127 - "MANCH_F": manchester codec, rising edge = logic 1, falling edge = logic 0
/Linux-v5.10/drivers/media/rc/
Drc-ir-raw.c301 * ir_raw_gen_manchester() - Encode data with Manchester (bi-phase) modulation.
305 * @timings: Manchester modulation timings.
309 * Encodes the @n least significant bits of @data using Manchester (bi-phase)
Drc-core-priv.h212 * struct ir_raw_timings_manchester - Manchester coding timings
Dir-rc5-decoder.c254 /* RC5-SZ scancode is raw enough for Manchester as it is */ in ir_rc5_encode()
Dwinbond-cir.c284 /* Manchester encodes bits to RC6 message cells (see wbcir_shutdown) */
/Linux-v5.10/Documentation/userspace-api/media/rc/
Drc-protos.rst32 This IR protocol uses manchester encoding to encode 14 bits. There is a
36 protocol, or the manchester BPF decoder.
/Linux-v5.10/Documentation/networking/
Dgeneric-hdlc.rst86 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
/Linux-v5.10/drivers/iio/adc/
Dstm32-dfsdm-adc.c106 { "MANCH_R", 2 }, /* Manchester codec, rising edge = logic 0 */
107 { "MANCH_F", 3 }, /* Manchester codec, falling edge = logic 1 */
1321 /* spi_clk_freq : clock freq on SPI/manchester bus used by channel */
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c3095 break; // Manchester in hdlc_mode()
/Linux-v5.10/drivers/tty/
Dsynclinkmp.c4559 case HDLC_ENCODING_BIPHASE_LEVEL: RegValue |= BIT7; break; /* aka Manchester */ in hdlc_mode()