pub trait SystemExt<'d> {
    type Parts;

    fn split(self) -> Self::Parts;
}
Expand description

Extension trait to split a SYSTEM/DPORT peripheral in independent logical parts

Required Associated Types§

Required Methods§

Splits the SYSTEM/DPORT peripheral into it’s parts.

Implementors§