Expand description

Serial Peripheral Interface (SPI) bus

The PACs and SVDs are not set up granularity enough to handle all peripheral configurations. SPI2 is enabled for stm32l4x2 feature at a HAL level even though some variants do and some don’t have it (L432xx and L442xx don’t, L452xx does). Users of this MCU variant that don’t have it shouldn’t attempt to use it. Relevant info is on user-manual level.

Structs

SPI peripheral operating in full duplex master mode

Enums

SPI error

Traits

MISO pin. This trait is sealed and cannot be implemented.

MOSI pin. This trait is sealed and cannot be implemented.

SCK pin. This trait is sealed and cannot be implemented.

Type Definitions