Enum stm32wlxx_hal::pac::comp::comp1_csr::POLARITY_A
pub enum POLARITY_A {
NotInverted = 0,
Inverted = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Comparator 1 polarity selection bit
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for POLARITY_A
impl Clone for POLARITY_A
§fn clone(&self) -> POLARITY_A
fn clone(&self) -> POLARITY_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for POLARITY_A
impl Debug for POLARITY_A
§impl PartialEq for POLARITY_A
impl PartialEq for POLARITY_A
§fn eq(&self, other: &POLARITY_A) -> bool
fn eq(&self, other: &POLARITY_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for POLARITY_A
impl StructuralPartialEq for POLARITY_A
Auto Trait Implementations§
impl RefUnwindSafe for POLARITY_A
impl Send for POLARITY_A
impl Sync for POLARITY_A
impl Unpin for POLARITY_A
impl UnwindSafe for POLARITY_A
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