Struct stm32g0xx_hal::analog::comparator::COMP1 [−][src]
Implementations
impl COMP1
[src]
Trait Implementations
impl ComparatorExt<COMP1> for COMP1
[src]
fn comparator<P: PositiveInput<COMP1>, N: NegativeInput<COMP1>>(
self,
positive_input: P,
negative_input: N,
config: Config,
clocks: &Clocks
) -> Comparator<COMP1, Disabled>
[src]
self,
positive_input: P,
negative_input: N,
config: Config,
clocks: &Clocks
) -> Comparator<COMP1, Disabled>
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]
fn window_comparator<I: PositiveInput<COMP1>, L: NegativeInput<COMP2>, U: NegativeInput<COMP1>>(
self,
input: I,
lower_threshold: L,
upper_threshold: U,
config: Config,
clocks: &Clocks
) -> WindowComparator<COMP1, COMP2, Disabled>
[src]
self,
input: I,
lower_threshold: L,
upper_threshold: U,
config: Config,
clocks: &Clocks
) -> WindowComparator<COMP1, COMP2, Disabled>
impl WindowComparatorExt<COMP2, COMP1> for (COMP2, COMP1)
[src]
fn window_comparator<I: PositiveInput<COMP2>, L: NegativeInput<COMP1>, U: NegativeInput<COMP2>>(
self,
input: I,
lower_threshold: L,
upper_threshold: U,
config: Config,
clocks: &Clocks
) -> WindowComparator<COMP2, COMP1, Disabled>
[src]
self,
input: I,
lower_threshold: L,
upper_threshold: U,
config: Config,
clocks: &Clocks
) -> WindowComparator<COMP2, COMP1, Disabled>
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,