Modules§
Structs§
- SpiDevice
Async - This represents an SPI device on an SPI bus.
- SpiDevice
Sync - This represents an SPI device on an SPI bus.
Traits§
- Codec
Async - Represents a trait for SPI codecs. These are responsible to perform writes and reads to registers, given the register address and the raw data. Different devices can have different ways to encode the desired address, R/W bit location, continuous-read mode and more.
- Codec
Sync - Represents a trait for SPI codecs. These are responsible to perform writes and reads to registers, given the register address and the raw data. Different devices can have different ways to encode the desired address, R/W bit location, continuous-read mode and more.