pub struct R(_);
Expand description
Register INPUTCTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn inputscan(&self) -> INPUTSCAN_R
pub fn inputscan(&self) -> INPUTSCAN_R
Bits 16:19 - Number of Input Channels Included in Scan
sourcepub fn inputoffset(&self) -> INPUTOFFSET_R
pub fn inputoffset(&self) -> INPUTOFFSET_R
Bits 20:23 - Positive Mux Setting Offset
Methods from Deref<Target = R<INPUTCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<INPUTCTRL_SPEC>> for R
impl From<R<INPUTCTRL_SPEC>> for R
sourcefn from(reader: R<INPUTCTRL_SPEC>) -> Self
fn from(reader: R<INPUTCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more