Expand description

Serial Peripheral Interface

Structs

SpiDevice implementation with exclusive access to the bus (not shared).

SPI mode

Enums

SPI error kind

Error type for ExclusiveDevice operations.

Clock phase

Clock polarity

Constants

Helper for CPOL = 0, CPHA = 0

Helper for CPOL = 0, CPHA = 1

Helper for CPOL = 1, CPHA = 0

Helper for CPOL = 1, CPHA = 1

Traits

SPI error

SPI error type trait

Read-write SPI bus

Flush support for SPI bus

Read-only SPI bus

Write-only SPI

SPI device trait