pub struct R(_);
Expand description
Register CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn sampling(&self) -> SAMPLING_R
pub fn sampling(&self) -> SAMPLING_R
Bits 0:31 - Input Sampling Mode
Methods from Deref<Target = R<CTRL_SPEC>>
Trait Implementations
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