Trait lpc55_hal::typestates::pin::flexcomm::I2cPins[][src]

pub trait I2cPins<PIO1: PinId, PIO2: PinId, I2C: I2c> { }

Implementors

impl<PIO1, PIO2, I2C, SCL, SDA> I2cPins<PIO1, PIO2, I2C> for (SCL, SDA) where
    PIO1: PinId,
    PIO2: PinId,
    I2C: I2c,
    SCL: I2cSclPin<PIO1, I2C>,
    SDA: I2cSdaPin<PIO2, I2C>, 
[src]

Loading content...