pub struct R(/* private fields */);
Expand description
Register COMP2_CSR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn inmesel(&self) -> INMESEL_R
pub fn inmesel(&self) -> INMESEL_R
Bits 25:26 - comparator 2 input minus extended selection bits.
Sourcepub fn blanking(&self) -> BLANKING_R
pub fn blanking(&self) -> BLANKING_R
Bits 18:20 - Comparator 2 blanking source selection bits
Sourcepub fn polarity(&self) -> POLARITY_R
pub fn polarity(&self) -> POLARITY_R
Bit 15 - Comparator 2 polarity selection bit
Methods from Deref<Target = R<COMP2_CSR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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