Module controller
Available on crate feature
i2c only.Expand description
Provides support for the I2C communication bus in controller mode.
Enums§
- Error
- An I2C error, for controller mode.
- Frequency
- I2C bus frequency.
- NoAcknowledge
Source - Indicates what protocol step was not acknowledged by the target device.
- Operation
- I2C operation.
Constants§
- I2C_
TIMEOUT - Timeout value for I2C operations.
Functions§
- highest_
freq_ in - Returns the highest I2C frequency available on the MCU that fits into the requested range.