pub struct R(_);Expand description
Register COMP2_CSR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn inmsel(&self) -> INMSEL_R
 
pub fn inmsel(&self) -> INMSEL_R
Bits 4:7 - Comparator 2 signal selector for inverting input INM
sourcepub fn inpsel(&self) -> INPSEL_R
 
pub fn inpsel(&self) -> INPSEL_R
Bits 8:9 - Comparator 2 signal selector for non-inverting input
sourcepub fn winmode(&self) -> WINMODE_R
 
pub fn winmode(&self) -> WINMODE_R
Bit 11 - Comparator 2 non-inverting input selector for window mode
sourcepub fn polarity(&self) -> POLARITY_R
 
pub fn polarity(&self) -> POLARITY_R
Bit 15 - Comparator 2 polarity selector
sourcepub fn blanksel(&self) -> BLANKSEL_R
 
pub fn blanksel(&self) -> BLANKSEL_R
Bits 20:24 - Comparator 2 blanking source selector
Methods from Deref<Target = R<COMP2_CSR_SPEC>>
Trait Implementations
sourceimpl From<R<COMP2_CSR_SPEC>> for R
 
impl From<R<COMP2_CSR_SPEC>> for R
sourcefn from(reader: R<COMP2_CSR_SPEC>) -> Self
 
fn from(reader: R<COMP2_CSR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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