pub struct W(/* private fields */);Expand description
Register SCANINPUTSEL writer
Implementations§
Source§impl W
impl W
Sourcepub fn input0to7sel(&mut self) -> INPUT0TO7SEL_W<'_>
pub fn input0to7sel(&mut self) -> INPUT0TO7SEL_W<'_>
Bits 0:4 - Inputs Chosen for ADCn_INPUT7-ADCn_INPUT0 as Referred in SCANMASK
Sourcepub fn input8to15sel(&mut self) -> INPUT8TO15SEL_W<'_>
pub fn input8to15sel(&mut self) -> INPUT8TO15SEL_W<'_>
Bits 8:12 - Inputs Chosen for ADCn_INPUT8-ADCn_INPUT15 as Referred in SCANMASK
Sourcepub fn input16to23sel(&mut self) -> INPUT16TO23SEL_W<'_>
pub fn input16to23sel(&mut self) -> INPUT16TO23SEL_W<'_>
Bits 16:20 - Inputs Chosen for ADCn_INPUT16-ADCn_INPUT23 as Referred in SCANMASK
Sourcepub fn input24to31sel(&mut self) -> INPUT24TO31SEL_W<'_>
pub fn input24to31sel(&mut self) -> INPUT24TO31SEL_W<'_>
Bits 24:28 - Inputs Chosen for ADCn_INPUT24-ADCn_INPUT31 as Referred in SCANMASK
Methods from Deref<Target = W<SCANINPUTSEL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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