Module i2c

Module i2c 

Source
Expand description

Inter-Integrated Circuit (I2C) bus

§Alternate function remapping

§I2C1

Function \ Remap0 (default)1
SCL (A-OD)PB6PB8
SDA (A-OD)PB7PB9

§I2C2

Function
SCL (A-OD)PB10
SDA (A-OD)PB11

Re-exports§

pub use blocking::BlockingI2c;

Modules§

blocking

Structs§

I2c
I2C peripheral operating in master mode

Enums§

Address
DutyCycle
Error
Mode
NoAcknowledgeSource
I2C no acknowledge error source.

Traits§

I2cExt
Instance