Expand description
SpiDevice implementations.
Structs§
- Atomics-based shared bus
SpiDeviceimplementation. critical-section-based shared busSpiDeviceimplementation.SpiDeviceimplementation with exclusive access to the bus (not shared).- Dummy
DelayNsimplementation that panics on use. RefCell-based shared busSpiDeviceimplementation.
Enums§
- Wrapper type for errors returned by
AtomicDevice. - Error type for
ExclusiveDeviceoperations.