Expand description
SpiDevice
implementations.
Structs§
- Atomic
Device - Atomics-based shared bus
SpiDevice
implementation. - Critical
Section Device critical-section
-based shared busSpiDevice
implementation.- Exclusive
Device SpiDevice
implementation with exclusive access to the bus (not shared).- NoDelay
- Dummy
DelayNs
implementation that panics on use. - RefCell
Device RefCell
-based shared busSpiDevice
implementation.
Enums§
- Atomic
Error - Wrapper type for errors returned by
AtomicDevice
. - Device
Error - Error type for
ExclusiveDevice
operations.