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