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