pub struct R(/* private fields */);Expand description
Register SCANINPUTSEL reader
Implementations§
Source§impl R
impl R
Sourcepub fn input0to7sel(&self) -> INPUT0TO7SEL_R
pub fn input0to7sel(&self) -> INPUT0TO7SEL_R
Bits 0:4 - Inputs Chosen for ADCn_INPUT7-ADCn_INPUT0 as Referred in SCANMASK
Sourcepub fn input8to15sel(&self) -> INPUT8TO15SEL_R
pub fn input8to15sel(&self) -> INPUT8TO15SEL_R
Bits 8:12 - Inputs Chosen for ADCn_INPUT8-ADCn_INPUT15 as Referred in SCANMASK
Sourcepub fn input16to23sel(&self) -> INPUT16TO23SEL_R
pub fn input16to23sel(&self) -> INPUT16TO23SEL_R
Bits 16:20 - Inputs Chosen for ADCn_INPUT16-ADCn_INPUT23 as Referred in SCANMASK
Sourcepub fn input24to31sel(&self) -> INPUT24TO31SEL_R
pub fn input24to31sel(&self) -> INPUT24TO31SEL_R
Bits 24:28 - Inputs Chosen for ADCn_INPUT24-ADCn_INPUT31 as Referred in SCANMASK
Methods from Deref<Target = R<SCANINPUTSEL_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