pub trait Instance: Deref<Target = RegisterBlock> { fn is_i2c0(&self) -> bool { ... } }
Determines which interface corresponds to the current instance