Expand description
SpiDevice implementations.
Structs§
- 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§
- Device
Error - Error type for
ExclusiveDeviceoperations.