Type Alias I2C0

Source
pub type I2C0 = Periph<RegisterBlock, 0x3f41_3000>;
Expand description

I2C (Inter-Integrated Circuit) Controller 0

Aliased Type§

pub struct I2C0 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for I2C0

Source§

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

Formats the value using the given formatter. Read more