Expand description
I2c shared bus implementations.
Structs§
- Atomic
Device portable-atomicortarget_has_atomic=8 - Atomics-based shared bus
I2cimplementation. - Critical
Section Device critical-section-based shared busI2cimplementation.- Mutex
Device std stdMutex-based shared busI2cimplementation.- RcDevice
stdoralloc Rc<RefCell<T>>-based shared busI2cimplementation. This is the reference-counting equivalent ofRefCellDevice.- RefCell
Device RefCell-based shared busI2cimplementation.
Enums§
- Atomic
Error portable-atomicortarget_has_atomic=8 - Wrapper type for errors originating from the atomically-checked I2C bus manager.