TWI

Type Alias TWI 

Source
pub type TWI = Periph<RegisterBlock, 0xb8>;
Expand description

Two Wire Serial Interface

Aliased Type§

pub struct TWI { /* private fields */ }

Trait Implementations§

Source§

impl Debug for TWI

Source§

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

Formats the value using the given formatter. Read more