ariel_os::spi

Module main

Available on crate feature spi only.
Expand description

Provides support for the SPI communication bus in main mode.

Enums§

  • SPI bus frequencies supported on all MCUs.

Functions§

  • Returns the highest SPI frequency available on the MCU that fits into the requested range.

Type Aliases§

  • Alias for kilohertz rate (u32 backing storage)
  • An SPI driver implementing [embedded_hal_async::spi::SpiDevice].