[][src]Trait stm32l1xx_hal::i2c::I2cExt

pub trait I2cExt<I2C> {
    fn i2c<PINS, T>(self, pins: PINS, speed: T, rcc: &mut Rcc) -> I2c<I2C, PINS>
    where
        PINS: Pins<I2C>,
        T: Into<Hertz>
; }

Required methods

fn i2c<PINS, T>(self, pins: PINS, speed: T, rcc: &mut Rcc) -> I2c<I2C, PINS> where
    PINS: Pins<I2C>,
    T: Into<Hertz>, 

Loading content...

Implementors

impl I2cExt<I2C1> for I2C1[src]

impl I2cExt<I2C2> for I2C2[src]

Loading content...