pub struct R(/* private fields */);Expand description
Register SCANINPUTSEL0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn input0to7sel(&self) -> INPUT0TO7SEL_R
pub fn input0to7sel(&self) -> INPUT0TO7SEL_R
Bits 0:3 - CSEN_INPUT0-7 Select
Sourcepub fn input8to15sel(&self) -> INPUT8TO15SEL_R
pub fn input8to15sel(&self) -> INPUT8TO15SEL_R
Bits 8:11 - CSEN_INPUT8-15 Select
Sourcepub fn input16to23sel(&self) -> INPUT16TO23SEL_R
pub fn input16to23sel(&self) -> INPUT16TO23SEL_R
Bits 16:19 - CSEN_INPUT16-23 Select
Sourcepub fn input24to31sel(&self) -> INPUT24TO31SEL_R
pub fn input24to31sel(&self) -> INPUT24TO31SEL_R
Bits 24:27 - CSEN_INPUT24-31 Select
Methods from Deref<Target = R<SCANINPUTSEL0_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