Module stm32f3xx_hal::i2c[][src]

Expand description

Inter-Integrated Circuit (I2C) bus

Examples

A usage example of the i2c peripheral can be found at examples/i2c_scanner.rs

Structs

I2c

I2C peripheral operating in master mode

Enums

Error

I2C error

Traits

Instance

I2C instance – DO NOT IMPLEMENT THIS TRAIT

SclPin

SCL pin – DO NOT IMPLEMENT THIS TRAIT

SdaPin

SDA pin – DO NOT IMPLEMENT THIS TRAIT