pub trait Instance: Peripheral<P = Self> + SealedInstance + RccPeripheral { }
Peripheral instance trait.