Module opentitanlib::io::spi
source · Structs
- Object that keeps the CS asserted, deasserting when it goes out of scope, (unless another instance keeps CS asserted longer.)
- Represents maximum allowed read or write operation in bytes.
Enums
- Errors related to the SPI interface and SPI transactions.
- Represents a SPI transfer.
- Represents the SPI transfer mode. See https://en.wikipedia.org/wiki/Serial_Peripheral_Interface#Clock_polarity_and_phase for details about SPI transfer modes.
Traits
- A trait which represents a SPI Target.