pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn comp2mode(&self) -> COMP2MODER
pub fn comp2mode(&self) -> COMP2MODER
Bits 2:3 - Comparator 2 mode
Sourcepub fn comp2insel(&self) -> COMP2INSELR
pub fn comp2insel(&self) -> COMP2INSELR
Bits 4:6 - Comparator 2 inverting input selection
Sourcepub fn comp2inpsel(&self) -> COMP2INPSELR
pub fn comp2inpsel(&self) -> COMP2INPSELR
Bit 7 - Comparator 2 non inverted input selection
Sourcepub fn comp2inmsel(&self) -> COMP2INMSELR
pub fn comp2inmsel(&self) -> COMP2INMSELR
Bit 9 - Comparator 1inverting input selection
Sourcepub fn comp2_out_sel(&self) -> COMP2_OUT_SELR
pub fn comp2_out_sel(&self) -> COMP2_OUT_SELR
Bits 10:13 - Comparator 2 output selection
Sourcepub fn comp2hyst(&self) -> COMP2HYSTR
pub fn comp2hyst(&self) -> COMP2HYSTR
Bits 16:17 - Comparator 2 hysteresis
Sourcepub fn comp2_blanking(&self) -> COMP2_BLANKINGR
pub fn comp2_blanking(&self) -> COMP2_BLANKINGR
Bits 18:20 - Comparator 2 blanking source
Sourcepub fn comp2lock(&self) -> COMP2LOCKR
pub fn comp2lock(&self) -> COMP2LOCKR
Bit 31 - Comparator 2 lock
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