Module stm32f7xx_hal::spi[][src]

Expand description

Interface to the SPI peripheral

See chapter 32 in the STM32F746 Reference Manual.

Structs

Indicates that the SPI peripheral is enabled

SPI mode

Placeholder for a pin when no MISO pin is required

Placeholder for a pin when no MOSI pin is required

Placeholder for a pin when no SCK pin is required

RX token used for DMA transfers

Entry point to the SPI API

A DMA transfer of the SPI peripheral

The resources that an ongoing transfer needs exclusive access to

TX token used for DMA transfers

Enums

Baud rate control

Clock phase

Clock polarity

Traits

Implemented for all instances of the SPI peripheral

Implemented for all pins that can function as the MISO pin

Implemented for all pins that can function as the MOSI pin

Implemented for all tuples that contain a full set of valid SPI pins

Implemented for all pins that can function as the SCK pin

Type Definitions