Expand description

HAL interface to the SPI peripheral.

Modules

Blocking transfer
Blocking write
Blocking write (iterator version)

Structs

SPI mode
GPIO pins for SPI interface.
Interface to a SPI instance.

Enums

SPI master data rate
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

Full duplex (master mode)
Trait implemented by all SPI peripheral instances.