pub trait ComparatorSplit { // Required method fn split(self, rcc: &mut Rcc) -> (COMP1, COMP2); }
Enables the comparator peripheral, and splits the COMP into independent COMP1 and COMP2
COMP
COMP1
COMP2