[][src]Struct alt_stm32f30x_hal::pac::I2C1

pub struct I2C1 { /* fields omitted */ }

Inter-integrated circuit

Methods

impl I2C1[src]

pub fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Trait Implementations

impl Send for I2C1[src]

impl Deref for I2C1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB6<PT, PM>, PB7<PT, PM>, PB6<PT, AltFn<AF4, PushPull, HighSpeed>>, PB7<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB6<PT, PM>, PB9<PT, PM>, PB6<PT, AltFn<AF4, PushPull, HighSpeed>>, PB9<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB6<PT, PM>, PA14<PT, PM>, PB6<PT, AltFn<AF4, PushPull, HighSpeed>>, PA14<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB8<PT, PM>, PB7<PT, PM>, PB8<PT, AltFn<AF4, PushPull, HighSpeed>>, PB7<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB8<PT, PM>, PB9<PT, PM>, PB8<PT, AltFn<AF4, PushPull, HighSpeed>>, PB9<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PB8<PT, PM>, PA14<PT, PM>, PB8<PT, AltFn<AF4, PushPull, HighSpeed>>, PA14<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PA15<PT, PM>, PB7<PT, PM>, PA15<PT, AltFn<AF4, PushPull, HighSpeed>>, PB7<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PA15<PT, PM>, PB9<PT, PM>, PA15<PT, AltFn<AF4, PushPull, HighSpeed>>, PB9<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

impl<PT: PullType, PM: PinMode> I2cExt<I2C1, PA15<PT, PM>, PA14<PT, PM>, PA15<PT, AltFn<AF4, PushPull, HighSpeed>>, PA14<PT, AltFn<AF4, PushPull, HighSpeed>>> for I2C1[src]

Auto Trait Implementations

impl !Sync for I2C1

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self