Module nrf52840_hal::spis[][src]

Expand description

HAL interface to the SPIS peripheral.

A module for SPI communication in peripheral mode.

Structs

Pins

GPIO pins for SPIS interface.

Spis

Interface to a SPIS instance.

Transfer

A DMA transfer

TransferSplit

A full duplex DMA transfer

Enums

Error
Mode

SPI mode

Order

Bit order

Phase

Serial clock (SCK) phase

Polarity

Serial clock (SCK) polarity

SemaphoreStatus

Semaphore status

SpisEvent

SPIS events

Traits

Instance