Expand description
Inter-Integrated-Circuit (I2C)
Re-exports§
pub use mode::Master;
pub use mode::MultiMaster;
Modules§
- mode
- I2C modes
Structs§
- Config
- I2C config
- Error
Interrupt Handler - Error interrupt handler.
- Event
Interrupt Handler - Event interrupt handler.
- I2c
- I2C driver.
- OA2
- The second Own Address register.
- Slave
Addr Config - Slave Configuration
- Slave
Command - The command kind to the slave from the master and the address that the slave matched
Enums§
- Addr
Mask - Bits of the I2C OA2 register to mask out.
- Address
- An I2C address. Either 7 or 10 bit.
- Error
- I2C error.
- OwnAddresses
- The Own Address(es) of the I2C peripheral.
- Send
Status - The status of the slave send operation
- Slave
Command Kind - The command kind to the slave from the master