pub trait I2sTxPins: I2sPins { fn configure<I>(&mut self, instance: &mut I) where I: RegisterAccess; }