pub trait SystemExt<'d> {
    type Parts;
    // Required method
    fn split(self) -> Self::Parts;
}Expand description
Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts
pub trait SystemExt<'d> {
    type Parts;
    // Required method
    fn split(self) -> Self::Parts;
}Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts