Struct stm32f7xx_hal::i2c::I2c[][src]

pub struct I2c<I2C, SCL, SDA> { /* fields omitted */ }
Expand description

I2C peripheral operating in master mode

Implementations

Creates a generic I2C1 object.

Creates a generic I2C2 object.

Creates a generic I2C3 object.

Releases the I2C peripheral and associated pins

Releases the I2C peripheral and associated pins

Releases the I2C peripheral and associated pins

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.