ComparatorSplit

Trait ComparatorSplit 

Source
pub trait ComparatorSplit {
    // Required method
    fn split(self, rcc: &mut Rcc) -> (COMP1, COMP2);
}

Required Methods§

Source

fn split(self, rcc: &mut Rcc) -> (COMP1, COMP2)

Enables the comparator peripheral, and splits the COMP into independent COMP1 and COMP2

Implementors§