pub struct I2c<I2C, SCLPIN, SDAPIN> { /* private fields */ }
Expand description

I2C peripheral operating in master mode

Implementations

Creates a generic I2Cn object on the given pins.

Creates a generic I2Cn object on the given 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.