Module controller
Available on crate feature
i2c
only.Expand description
Provides support for the I2C communication bus in controller mode.
Enums§
- An I2C error, for controller mode.
- I2C bus frequency.
- Indicates what protocol step was not acknowledged by the target device.
- I2C operation.
Constants§
- Timeout value for I2C operations.
Functions§
- Returns the highest I2C frequency available on the MCU that fits into the requested range.
Type Aliases§
- An I2C driver implementing [
embedded_hal_async::i2c::I2c
]. - Alias for kilohertz rate (
u32
backing storage)