Windows.Devices.Spi
Windows.Devices.Spi
Windows.Devices.Spi
Windows.Devices.Spi
Namespace
SPI is a high speed interface used to communicate among integrated components on the same board.
Classes
| SpiBusInfo SpiBusInfo SpiBusInfo SpiBusInfo |
Represents the info about a SPI bus. |
| SpiConnectionSettings SpiConnectionSettings SpiConnectionSettings SpiConnectionSettings |
Represents the settings for the connection with a device. |
| SpiController SpiController SpiController SpiController |
Represents the SPI controller on the system. |
| SpiDevice SpiDevice SpiDevice SpiDevice |
Represents a device connected through the SPI bus. |
Interfaces
| ISpiDeviceStatics ISpiDeviceStatics ISpiDeviceStatics ISpiDeviceStatics |
Represents SPI device statistics common to SPI devices. |
Enums
| SpiMode SpiMode SpiMode SpiMode |
Defines the SPI communication mode. The communication mode defines the clock edge on which the master out line toggles, the master in line samples, and the signal clock's signal steady level (named SCLK). Each mode is defined with a pair of parameters called clock polarity (CPOL) and clock phase (CPHA). |
| SpiSharingMode SpiSharingMode SpiSharingMode SpiSharingMode |
Defines the sharing mode for the SPI bus. |