pub struct R(/* private fields */);
Expand description
Register SCANINPUTSEL1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn input32to39sel(&self) -> INPUT32TO39SEL_R
pub fn input32to39sel(&self) -> INPUT32TO39SEL_R
Bits 0:3 - CSEN_INPUT32-39 Select
Sourcepub fn input40to47sel(&self) -> INPUT40TO47SEL_R
pub fn input40to47sel(&self) -> INPUT40TO47SEL_R
Bits 8:11 - CSEN_INPUT40-47 Select
Sourcepub fn input48to55sel(&self) -> INPUT48TO55SEL_R
pub fn input48to55sel(&self) -> INPUT48TO55SEL_R
Bits 16:19 - CSEN_INPUT48-55 Select
Sourcepub fn input56to63sel(&self) -> INPUT56TO63SEL_R
pub fn input56to63sel(&self) -> INPUT56TO63SEL_R
Bits 24:27 - CSEN_INPUT56-63 Select
Methods from Deref<Target = R<SCANINPUTSEL1_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