pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn comp2_pwrmode(&self) -> COMP2_PWRMODER
pub fn comp2_pwrmode(&self) -> COMP2_PWRMODER
Bits 2:3 - Power Mode of the comparator 2
Sourcepub fn comp2_inmsel(&self) -> COMP2_INMSELR
pub fn comp2_inmsel(&self) -> COMP2_INMSELR
Bits 4:6 - Comparator 2 Input Minus connection configuration bit
Sourcepub fn comp2_inpsel(&self) -> COMP2_INPSELR
pub fn comp2_inpsel(&self) -> COMP2_INPSELR
Bits 7:8 - Comparator 2 Input Plus connection configuration bit
Sourcepub fn comp2_winmode(&self) -> COMP2_WINMODER
pub fn comp2_winmode(&self) -> COMP2_WINMODER
Bit 9 - Windows mode selection bit
Sourcepub fn comp2_polarity(&self) -> COMP2_POLARITYR
pub fn comp2_polarity(&self) -> COMP2_POLARITYR
Bit 15 - Comparator 2 polarity selection bit
Sourcepub fn comp2_hyst(&self) -> COMP2_HYSTR
pub fn comp2_hyst(&self) -> COMP2_HYSTR
Bits 16:17 - Comparator 2 hysteresis selection bits
Sourcepub fn comp2_blanking(&self) -> COMP2_BLANKINGR
pub fn comp2_blanking(&self) -> COMP2_BLANKINGR
Bits 18:20 - Comparator 2 blanking source selection bits
Sourcepub fn comp2_brgen(&self) -> COMP2_BRGENR
pub fn comp2_brgen(&self) -> COMP2_BRGENR
Bit 22 - Scaler bridge enable
Sourcepub fn comp2_scalen(&self) -> COMP2_SCALENR
pub fn comp2_scalen(&self) -> COMP2_SCALENR
Bit 23 - Voltage scaler enable bit
Sourcepub fn comp2_inmesel(&self) -> COMP2_INMESELR
pub fn comp2_inmesel(&self) -> COMP2_INMESELR
Bits 25:26 - comparator 2 input minus extended selection bits
Sourcepub fn comp2_value(&self) -> COMP2_VALUER
pub fn comp2_value(&self) -> COMP2_VALUER
Bit 30 - Comparator 2 output status bit
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