Trait stm32g0xx_hal::analog::comparator::ComparatorSplit[][src]

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

Required methods

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

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

Loading content...

Implementors

impl ComparatorSplit for COMP[src]

Loading content...