Module spi

Source
Expand description

SpiDevice implementations.

Structs§

AtomicDevice
Atomics-based shared bus SpiDevice implementation.
CriticalSectionDevice
critical-section-based shared bus SpiDevice implementation.
ExclusiveDevice
SpiDevice implementation with exclusive access to the bus (not shared).
NoDelay
Dummy DelayNs implementation that panics on use.
RefCellDevice
RefCell-based shared bus SpiDevice implementation.

Enums§

AtomicError
Wrapper type for errors returned by AtomicDevice.
DeviceError
Error type for ExclusiveDevice operations.