pub struct COMP2 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ComparatorExt<COMP2> for COMP2
impl ComparatorExt<COMP2> for COMP2
Source§fn comparator<P: PositiveInput<COMP2>, N: NegativeInput<COMP2>>(
self,
positive_input: P,
negative_input: N,
config: Config,
clocks: &Clocks,
) -> Comparator<COMP2, Disabled>
fn comparator<P: PositiveInput<COMP2>, N: NegativeInput<COMP2>>( self, positive_input: P, negative_input: N, config: Config, clocks: &Clocks, ) -> Comparator<COMP2, Disabled>
Initializes a comparator
Source§impl NegativeInput<COMP2> for RefintInput
impl NegativeInput<COMP2> for RefintInput
Source§impl WindowComparatorExt<COMP1, COMP2> for (COMP1, COMP2)
impl WindowComparatorExt<COMP1, COMP2> for (COMP1, COMP2)
Source§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>
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>
Uses two comparators to implement a window comparator Read more
Source§impl WindowComparatorExt<COMP2, COMP1> for (COMP2, COMP1)
impl WindowComparatorExt<COMP2, COMP1> for (COMP2, COMP1)
Source§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>
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>
Uses two comparators to implement a window comparator Read more
Auto Trait Implementations§
impl Freeze for COMP2
impl RefUnwindSafe for COMP2
impl Send for COMP2
impl Sync for COMP2
impl Unpin for COMP2
impl UnwindSafe for COMP2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more