pub struct W(/* private fields */);
Expand description
Register SCANINPUTSEL1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn input32to39sel(&mut self) -> INPUT32TO39SEL_W<'_, 0>
pub fn input32to39sel(&mut self) -> INPUT32TO39SEL_W<'_, 0>
Bits 0:3 - CSEN_INPUT32-39 Select
Sourcepub fn input40to47sel(&mut self) -> INPUT40TO47SEL_W<'_, 8>
pub fn input40to47sel(&mut self) -> INPUT40TO47SEL_W<'_, 8>
Bits 8:11 - CSEN_INPUT40-47 Select
Sourcepub fn input48to55sel(&mut self) -> INPUT48TO55SEL_W<'_, 16>
pub fn input48to55sel(&mut self) -> INPUT48TO55SEL_W<'_, 16>
Bits 16:19 - CSEN_INPUT48-55 Select
Sourcepub fn input56to63sel(&mut self) -> INPUT56TO63SEL_W<'_, 24>
pub fn input56to63sel(&mut self) -> INPUT56TO63SEL_W<'_, 24>
Bits 24:27 - CSEN_INPUT56-63 Select
Methods from Deref<Target = W<SCANINPUTSEL1_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