pub trait PpsExt { type Parts; // Required method fn split(self) -> Self::Parts; }
Extension trait to split a PPS peripheral into Parts corresponding to virtual ports
The type to split the PPS into
Splits the PPS peripheral into virtual ports