pub struct W(/* private fields */);
Expand description
Register SCANINPUTSEL0
writer
Implementations§
Source§impl W
impl W
Sourcepub fn input0to7sel(&mut self) -> INPUT0TO7SEL_W<'_, 0>
pub fn input0to7sel(&mut self) -> INPUT0TO7SEL_W<'_, 0>
Bits 0:3 - CSEN_INPUT0-7 Select
Sourcepub fn input8to15sel(&mut self) -> INPUT8TO15SEL_W<'_, 8>
pub fn input8to15sel(&mut self) -> INPUT8TO15SEL_W<'_, 8>
Bits 8:11 - CSEN_INPUT8-15 Select
Sourcepub fn input16to23sel(&mut self) -> INPUT16TO23SEL_W<'_, 16>
pub fn input16to23sel(&mut self) -> INPUT16TO23SEL_W<'_, 16>
Bits 16:19 - CSEN_INPUT16-23 Select
Sourcepub fn input24to31sel(&mut self) -> INPUT24TO31SEL_W<'_, 24>
pub fn input24to31sel(&mut self) -> INPUT24TO31SEL_W<'_, 24>
Bits 24:27 - CSEN_INPUT24-31 Select
Methods from Deref<Target = W<SCANINPUTSEL0_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