Module nrf52840_hal::spi

source ·
Expand description

HAL interface to the SPI peripheral.

Modules§

Structs§

  • SPI mode
  • GPIO pins for SPI interface.
  • Interface to a SPI instance.

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§

  • Full duplex (master mode)
  • Trait implemented by all SPI peripheral instances.