Expand description
I2c shared bus implementations.
Structs§
- Atomic
Device - Atomics-based shared bus
I2cimplementation. - Critical
Section Device critical-section-based shared busI2cimplementation.- RefCell
Device RefCell-based shared busI2cimplementation.
Enums§
- Atomic
Error - Wrapper type for errors originating from the atomically-checked I2C bus manager.