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