Struct stm32f103xx::I2C1[][src]

pub struct I2C1 { /* fields omitted */ }
[]

Inter integrated circuit

Methods

impl I2C1
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for I2C1
[src]

impl Deref for I2C1
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for I2C1