Module stm32f7xx_hal::i2c[][src]

Expand description

Inter-Integrated Circuit (I2C) bus For now, only master mode is implemented

Structs

embedded-hal compatible blocking I2C implementation

I2C peripheral operating in master mode

Enums

I2C error

SPI mode. The user should make sure that the requested frequency can be generated considering the buses clocks.

Traits

Marker trait to define SCL pins for an I2C interface.

Marker trait to define SDA pins for an I2C interface.