Type Alias I2C1

Source
pub type I2C1 = Periph<RegisterBlock, 0x4000_5400>;
Expand description

Inter-integrated circuit

See peripheral structure

Aliased Type§

pub struct I2C1 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for I2C1

Source§

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

Formats the value using the given formatter. Read more