pub struct R(/* private fields */);
Expand description
Register COMP1_CSR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn comp1_inp_dac(&self) -> COMP1_INP_DAC_R
pub fn comp1_inp_dac(&self) -> COMP1_INP_DAC_R
Bit 1 - Comparator 1 non inverting input connection to DAC output
Sourcepub fn comp1mode(&self) -> COMP1MODE_R
pub fn comp1mode(&self) -> COMP1MODE_R
Bits 2:3 - Comparator 1 mode
Sourcepub fn comp1inmsel(&self) -> COMP1INMSEL_R
pub fn comp1inmsel(&self) -> COMP1INMSEL_R
Bits 4:6 - Comparator 1 inverting input selection
Sourcepub fn comp1outsel(&self) -> COMP1OUTSEL_R
pub fn comp1outsel(&self) -> COMP1OUTSEL_R
Bits 10:13 - Comparator 1 output selection
Sourcepub fn comp1pol(&self) -> COMP1POL_R
pub fn comp1pol(&self) -> COMP1POL_R
Bit 15 - Comparator 1 output polarity
Sourcepub fn comp1hyst(&self) -> COMP1HYST_R
pub fn comp1hyst(&self) -> COMP1HYST_R
Bits 16:17 - Comparator 1 hysteresis
Sourcepub fn comp1_blanking(&self) -> COMP1_BLANKING_R
pub fn comp1_blanking(&self) -> COMP1_BLANKING_R
Bits 18:20 - Comparator 1 blanking source
Sourcepub fn comp1out(&self) -> COMP1OUT_R
pub fn comp1out(&self) -> COMP1OUT_R
Bit 30 - Comparator 1 output
Sourcepub fn comp1lock(&self) -> COMP1LOCK_R
pub fn comp1lock(&self) -> COMP1LOCK_R
Bit 31 - Comparator 1 lock
Methods from Deref<Target = R<COMP1_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