Module spi

Source

Structs§

AssertChipSelect
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§

ClockPhase
ClockPolarity
SpiError
Errors related to the SPI interface and SPI transactions.
Transfer
Represents a SPI transfer.
TransferMode
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.
TargetChipDeassert