Module stm32g0xx_hal::spi

source ·

Structs

SPI mode
A filler type for when the Miso pin is unnecessary
A filler type for when the Mosi pin is unnecessary
A filler type for when the SCK pin is unnecessary

Enums

SPI error
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