Skip to main content

I2C1

Type Alias I2C1 

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

I2C (Inter-Integrated Circuit) Controller 1

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