Lines Matching +full:serial +full:- +full:shift +full:- +full:bits
1 Serial Peripheral Interface (SPI)
4 SPI is the "Serial Peripheral Interface", widely used with embedded
6 multiplexed shift register. Its three signal wires hold a clock (SCK,
7 often in the range of 1-20 MHz), a "Master Out, Slave In" (MOSI) data
10 another is shifted in on the MISO line. Those bits are assembled into
12 additional chipselect line is usually active-low (nCS); four signals are
26 SPI shift register (maximizing throughput). Such drivers bridge between
33 board-specific initialization code. A :c:type:`struct spi_driver
44 policies for how they use the bits transferred with SPI.
46 .. kernel-doc:: include/linux/spi/spi.h
49 .. kernel-doc:: drivers/spi/spi.c
52 .. kernel-doc:: drivers/spi/spi.c