PpsExt

Trait PpsExt 

Source
pub trait PpsExt {
    type Parts;

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

Extension trait to split a PPS peripheral into Parts corresponding to virtual ports

Required Associated Types§

Source

type Parts

The type to split the PPS into

Required Methods§

Source

fn split(self) -> Self::Parts

Splits the PPS peripheral into virtual ports

Implementors§