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