Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dst,stm32-dfsdm-adc.yaml20 It features up to 8 serial digital interfaces (SPI or Manchester) and
122 - "MANCH_R": manchester codec, rising edge = logic 0, falling edge = logic 1
123 - "MANCH_F": manchester codec, rising edge = logic 1, falling edge = logic 0
/openbmc/linux/drivers/media/rc/
H A Drc-ir-raw.c299 * ir_raw_gen_manchester() - Encode data with Manchester (bi-phase) modulation.
303 * @timings: Manchester modulation timings.
307 * Encodes the @n least significant bits of @data using Manchester (bi-phase)
H A Dir-rc5-decoder.c254 /* RC5-SZ scancode is raw enough for Manchester as it is */ in ir_rc5_encode()
H A Drc-core-priv.h212 * struct ir_raw_timings_manchester - Manchester coding timings
H A Dwinbond-cir.c284 /* Manchester encodes bits to RC6 message cells (see wbcir_shutdown) */
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst32 This IR protocol uses manchester encoding to encode 14 bits. There is a
36 protocol, or the manchester BPF decoder.
/openbmc/linux/Documentation/networking/
H A Dgeneric-hdlc.rst86 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
/openbmc/linux/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c107 { "MANCH_R", 2 }, /* Manchester codec, rising edge = logic 0 */
108 { "MANCH_F", 3 }, /* Manchester codec, falling edge = logic 1 */
1321 /* spi_clk_freq : clock freq on SPI/manchester bus used by channel */
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c1370 /* Configure differencial manchester encoter to ethernet mode */ in comphy_sfi_power_up()