Module embedded_hal_bus::spi
source · Expand description
SpiDevice
implementations.
Structs§
- Atomics-based shared bus
SpiDevice
implementation. critical-section
-based shared busSpiDevice
implementation.SpiDevice
implementation with exclusive access to the bus (not shared).- Dummy
DelayNs
implementation that panics on use. RefCell
-based shared busSpiDevice
implementation.
Enums§
- Wrapper type for errors returned by
AtomicDevice
. - Error type for
ExclusiveDevice
operations.