pub struct R(/* private fields */);
Expand description
Register CFGR2
reader
Implementations§
source§impl R
impl R
sourcepub fn hyst(&self) -> FieldReaderRaw<u8, u8>
pub fn hyst(&self) -> FieldReaderRaw<u8, u8>
Bits 8:9 - COMP channel 1 hysteresis selection bits
sourcepub fn inmsel(&self) -> FieldReaderRaw<u8, u8>
pub fn inmsel(&self) -> FieldReaderRaw<u8, u8>
Bits 16:18 - COMP channel 1 inverting input selection field
sourcepub fn inpsel(&self) -> BitReaderRaw<bool>
pub fn inpsel(&self) -> BitReaderRaw<bool>
Bit 20 - COMP channel 1 non-inverting input selection bit
Methods from Deref<Target = R<CFGR2_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
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