Module tm4c123x_hal::spi

source ·
Expand description

Serial Peripheral Interface (SPI) bus

Structs

  • SPI mode
  • SPI peripheral operating in full duplex master mode

Enums

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