pub struct COMP1 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ComparatorExt<COMP1> for COMP1
impl ComparatorExt<COMP1> for COMP1
Source§fn comparator<P: PositiveInput<COMP1>, N: NegativeInput<COMP1>>(
self,
positive_input: P,
negative_input: N,
config: Config,
clocks: &Clocks,
) -> Comparator<COMP1, Disabled>
fn comparator<P: PositiveInput<COMP1>, N: NegativeInput<COMP1>>( self, positive_input: P, negative_input: N, config: Config, clocks: &Clocks, ) -> Comparator<COMP1, Disabled>
Initializes a comparator
Source§impl NegativeInput<COMP1> for RefintInput
impl NegativeInput<COMP1> 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 COMP1
impl RefUnwindSafe for COMP1
impl Send for COMP1
impl Sync for COMP1
impl Unpin for COMP1
impl UnwindSafe for COMP1
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