Lpi2c0

Type Alias Lpi2c0 

pub type Lpi2c0 = Periph<RegisterBlock, 0x4006_6000>;
Expand description

The LPI2C Memory Map/Register Definition can be found here.

Aliased Type§

pub struct Lpi2c0 {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Lpi2c0

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more