Enum alt_stm32f30x_hal::device::comp::comp2_csr::COMP2POL_A
source · [−]pub enum COMP2POL_A {
NOTINVERTED,
INVERTED,
}
Expand description
Comparator 2 output polarity
Value on reset: 0
Variants
NOTINVERTED
0: Output is not inverted
INVERTED
1: Output is inverted
Trait Implementations
sourceimpl Clone for COMP2POL_A
impl Clone for COMP2POL_A
sourcefn clone(&self) -> COMP2POL_A
fn clone(&self) -> COMP2POL_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for COMP2POL_A
impl Debug for COMP2POL_A
sourceimpl PartialEq<COMP2POL_A> for COMP2POL_A
impl PartialEq<COMP2POL_A> for COMP2POL_A
impl Copy for COMP2POL_A
impl StructuralPartialEq for COMP2POL_A
Auto Trait Implementations
impl RefUnwindSafe for COMP2POL_A
impl Send for COMP2POL_A
impl Sync for COMP2POL_A
impl Unpin for COMP2POL_A
impl UnwindSafe for COMP2POL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more