pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn comp5mode(&self) -> COMP5MODER
pub fn comp5mode(&self) -> COMP5MODER
Bits 2:3 - Comparator 5 mode
Sourcepub fn comp5insel(&self) -> COMP5INSELR
pub fn comp5insel(&self) -> COMP5INSELR
Bits 4:6 - Comparator 5 inverting input selection
Sourcepub fn comp5inpsel(&self) -> COMP5INPSELR
pub fn comp5inpsel(&self) -> COMP5INPSELR
Bit 7 - Comparator 5 non inverted input selection
Sourcepub fn comp5_out_sel(&self) -> COMP5_OUT_SELR
pub fn comp5_out_sel(&self) -> COMP5_OUT_SELR
Bits 10:13 - Comparator 5 output selection
Sourcepub fn comp5hyst(&self) -> COMP5HYSTR
pub fn comp5hyst(&self) -> COMP5HYSTR
Bits 16:17 - Comparator 5 hysteresis
Sourcepub fn comp5_blanking(&self) -> COMP5_BLANKINGR
pub fn comp5_blanking(&self) -> COMP5_BLANKINGR
Bits 18:20 - Comparator 5 blanking source
Sourcepub fn comp5lock(&self) -> COMP5LOCKR
pub fn comp5lock(&self) -> COMP5LOCKR
Bit 31 - Comparator 5 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