Expand description

HAL interface to the SPIM peripheral.

See product specification, chapter 31.

Structs

SPI mode
GPIO pins for SPIM interface
Interface to a SPIM 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

Implemented by all SPIM instances.