Struct stm32g0xx_hal::analog::comparator::COMP1[][src]

pub struct COMP1 { /* fields omitted */ }

Implementations

impl COMP1[src]

pub fn csr(&self) -> &COMP1_CSR[src]

Trait Implementations

impl ComparatorExt<COMP1> for COMP1[src]

impl NegativeInput<COMP1> for PB1<Analog>[src]

impl NegativeInput<COMP1> for PC4<Analog>[src]

impl NegativeInput<COMP1> for PA0<Analog>[src]

impl NegativeInput<COMP1> for RefintInput[src]

impl<ED> NegativeInput<COMP1> for &Channel1<ED>[src]

impl<ED> NegativeInput<COMP1> for &Channel2<ED>[src]

impl OutputPin<COMP1> for PA0<Output<PushPull>>[src]

impl OutputPin<COMP1> for PA0<Output<OpenDrain>>[src]

impl OutputPin<COMP1> for PA6<Output<PushPull>>[src]

impl OutputPin<COMP1> for PA6<Output<OpenDrain>>[src]

impl OutputPin<COMP1> for PA11<Output<PushPull>>[src]

impl OutputPin<COMP1> for PA11<Output<OpenDrain>>[src]

impl OutputPin<COMP1> for PB0<Output<PushPull>>[src]

impl OutputPin<COMP1> for PB0<Output<OpenDrain>>[src]

impl OutputPin<COMP1> for PB10<Output<PushPull>>[src]

impl OutputPin<COMP1> for PB10<Output<OpenDrain>>[src]

impl PositiveInput<COMP1> for Comp2InP[src]

impl PositiveInput<COMP1> for PC5<Analog>[src]

impl PositiveInput<COMP1> for PB2<Analog>[src]

impl PositiveInput<COMP1> for PA1<Analog>[src]

impl PositiveInput<COMP1> for Open[src]

impl WindowComparatorExt<COMP1, COMP2> for (COMP1, COMP2)[src]

impl WindowComparatorExt<COMP2, COMP1> for (COMP2, COMP1)[src]

Auto Trait Implementations

impl Send for COMP1

impl Sync for COMP1

impl Unpin for COMP1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.