[−][src]Struct stm32f1xx_hal::i2c::I2c
I2C peripheral operating in master mode
Implementations
impl<PINS> I2c<I2C1, PINS>[src]
pub fn i2c1(
i2c: I2C1,
pins: PINS,
mapr: &mut MAPR,
mode: Mode,
clocks: Clocks,
apb: &mut <I2C1 as RccBus>::Bus
) -> Self where
PINS: Pins<I2C1>, [src]
i2c: I2C1,
pins: PINS,
mapr: &mut MAPR,
mode: Mode,
clocks: Clocks,
apb: &mut <I2C1 as RccBus>::Bus
) -> Self where
PINS: Pins<I2C1>,
Creates a generic I2C1 object on pins PB6 and PB7 or PB8 and PB9 (if remapped)
impl<PINS> I2c<I2C2, PINS>[src]
pub fn i2c2(
i2c: I2C2,
pins: PINS,
mode: Mode,
clocks: Clocks,
apb: &mut <I2C2 as RccBus>::Bus
) -> Self where
PINS: Pins<I2C2>, [src]
i2c: I2C2,
pins: PINS,
mode: Mode,
clocks: Clocks,
apb: &mut <I2C2 as RccBus>::Bus
) -> Self where
PINS: Pins<I2C2>,
Creates a generic I2C2 object on pins PB10 and PB11 using the embedded-hal BlockingI2c trait.
impl<PINS> I2c<I2C1, PINS>[src]
impl<PINS> I2c<I2C2, PINS>[src]
Auto Trait Implementations
impl<I2C, PINS> Send for I2c<I2C, PINS> where
I2C: Send,
PINS: Send,
I2C: Send,
PINS: Send,
impl<I2C, PINS> Sync for I2c<I2C, PINS> where
I2C: Sync,
PINS: Sync,
I2C: Sync,
PINS: Sync,
impl<I2C, PINS> Unpin for I2c<I2C, PINS> where
I2C: Unpin,
PINS: Unpin,
I2C: Unpin,
PINS: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,