Module i2c

Source
Expand description

I2c shared bus implementations.

Structs§

AtomicDevice
Atomics-based shared bus I2c implementation.
CriticalSectionDevice
critical-section-based shared bus I2c implementation.
RefCellDevice
RefCell-based shared bus I2c implementation.

Enums§

AtomicError
Wrapper type for errors originating from the atomically-checked I2C bus manager.