Structs§
- Assert
Chip Select - Object that keeps the CS asserted, deasserting when it goes out of scope, (unless another instance keeps CS asserted longer.)
- MaxSizes
- Represents maximum allowed read or write operation in bytes.
- SpiParams
Enums§
- Clock
Phase - Clock
Polarity - SpiError
- Errors related to the SPI interface and SPI transactions.
- Transfer
- Represents a SPI transfer.
- Transfer
Mode - 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§
- Target
- A trait which represents a SPI Target.
- Target
Chip Deassert